merge
authortcofoegbu <tcnofoegbu@dundee.ac.uk>
Mon, 28 Sep 2015 10:14:30 +0000 (11:14 +0100)
committertcofoegbu <tcnofoegbu@dundee.ac.uk>
Mon, 28 Sep 2015 10:14:30 +0000 (11:14 +0100)
src/jalview/appletgui/AlignFrame.java
src/jalview/gui/AppJmol.java

index 610f874..fce74e3 100644 (file)
@@ -1752,9 +1752,7 @@ public class AlignFrame extends EmbmenuFrame implements ActionListener,
               viewport, complement);
       complement.getAlignment().moveSelectedSequencesByOne(mappedSelection,
               up ? null : complement.getHiddenRepSequences(), up);
-      // TODO need to trigger a repaint of the complementary panel - how?
-      // would prefer to handle in SplitFrame but it is not overriding key
-      // listener chiz
+      getSplitFrame().getComplement(this).alignPanel.paintAlignment(true);
     }
   }
 
index d876755..e497d1a 100644 (file)
@@ -383,6 +383,7 @@ public class AppJmol extends StructureViewerBase
       command = "";
     }
     jmb.evalStateCommand(command);
+    jmb.evalStateCommand("set hoverDelay=0.1");
     jmb.setFinishedInit(true);
   }