Hello!
To see the file structure, click on "tree".
Note that updates take place every 10 minutes, commits may not be seen immediately.
projects
/
old-jaiswallab-svn
/
.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5a08963
)
Revised the clearing of the curator, species, and term selection combo boxes in reset...
author
preecej
<preecej@localhost>
Thu, 4 Oct 2012 21:33:40 +0000
(21:33 +0000)
committer
preecej
<preecej@localhost>
Thu, 4 Oct 2012 21:33:40 +0000
(21:33 +0000)
svn path=/; revision=389
Annotation/src/ie/dcu/apps/ist/views/SegmentationView.java
patch
|
blob
|
history
diff --git
a/Annotation/src/ie/dcu/apps/ist/views/SegmentationView.java
b/Annotation/src/ie/dcu/apps/ist/views/SegmentationView.java
index f3b17f4b7b243d821d15e645ef13013a58cab64d..877dac87f3b104844d4ced1e47b97eedfbf9d739 100644
(file)
--- a/
Annotation/src/ie/dcu/apps/ist/views/SegmentationView.java
+++ b/
Annotation/src/ie/dcu/apps/ist/views/SegmentationView.java
@@
-255,14
+255,14
@@
public class SegmentationView extends Composite {
resetViewSelectionToolbar(painters.get("Combined"));
// clear metadata
- comboLabel.
deselect
All();
+ comboLabel.
remove
All();
comboLabel.setEnabled(false);
clearTermDetailTable();
clearTermSynonymTable();
collectionId.setText("");
comment.setText("");
curatorCombo.deselectAll();
- speciesCombo.
deselect
All();
+ speciesCombo.
remove
All();
// clear segment data (term labels, layers, image coords)
if (view.getContext() != null) {