JAL-2960 raise the structure view after adding structures to it
[jalview.git] / src / jalview / gui / StructureViewerBase.java
index 840dbae..e9c1051 100644 (file)
@@ -1034,4 +1034,10 @@ public abstract class StructureViewerBase extends GStructureViewer
     return seqColoursApplied;
   }
 
+  @Override
+  public void toFront()
+  {
+    toFront();
+  }
+
 }