JAL-2847 small things, filled in actionperformeds
[jalview.git] / src / jalview / ext / archaeopteryx / JalviewBinding.java
index deadfe4..3f69299 100644 (file)
@@ -100,11 +100,13 @@ public final class JalviewBinding
            * Resend the selection to the tree view when tabs get switched, this
            * has to be buried in invokeLater as Forester first resets the tree
            * view on switching tabs, without invokeLater this would get called
-           * before Forester resets which would nullify the selection
+           * before Forester resets which would nullify the selection.
            */
           public void run()
           {
             parentAvport.sendSelection();
+            // PaintRefresher.Refresh(treeView,
+            // parentAvport.getSequenceSetId());
 
           }
         });
@@ -212,7 +214,7 @@ public final class JalviewBinding
     {
       treeSelectionChanged(matchingSequence);
       parentAvport.sendSelection();
-      PaintRefresher.Refresh(treeView, parentAvport.getSequenceSetId());
+      PaintRefresher.Refresh(treeView, parentAvport.getSequenceSetId()); // redundant?
     }
   }
 
@@ -234,7 +236,7 @@ public final class JalviewBinding
       }
     }
     parentAvport.sendSelection();
-    PaintRefresher.Refresh(treeView, parentAvport.getSequenceSetId());
+    PaintRefresher.Refresh(treeView, parentAvport.getSequenceSetId()); // redundant?
   }
 
   /**