JAL-1743 new Chimera menu option to 'fit to window'
[jalview.git] / src / jalview / gui / ChimeraViewFrame.java
index a803c40..6c0fa74 100644 (file)
@@ -1231,4 +1231,10 @@ public class ChimeraViewFrame extends StructureViewerBase
   {
     return this.chimeraSessionFile;
   }
+
+  @Override
+  protected void fitToWindow_actionPerformed()
+  {
+    jmb.focusView();
+  }
 }