Hello!

To see the file structure, click on "tree".

Note that updates take place every 10 minutes, commits may not be seen immediately.
Revised the clearing of the curator, species, and term selection combo boxes in reset...
authorpreecej <preecej@localhost>
Thu, 4 Oct 2012 21:33:40 +0000 (21:33 +0000)
committerpreecej <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

index f3b17f4b7b243d821d15e645ef13013a58cab64d..877dac87f3b104844d4ced1e47b97eedfbf9d739 100644 (file)
@@ -255,14 +255,14 @@ public class SegmentationView extends Composite {
                resetViewSelectionToolbar(painters.get("Combined"));
 
                // clear metadata
-               comboLabel.deselectAll();
+               comboLabel.removeAll();
                comboLabel.setEnabled(false);
                clearTermDetailTable();
                clearTermSynonymTable();
                collectionId.setText("");
                comment.setText("");
                curatorCombo.deselectAll();
-               speciesCombo.deselectAll();
+               speciesCombo.removeAll();
                
                // clear segment data (term labels, layers, image coords)
                if (view.getContext() != null) {