JAL-3875 fully reset filter combo-box when fetch 3d-beacons button is pressed, and...
[jalview.git] / src / jalview / gui / OverviewPanel.java
index 0670616..a5aaf7c 100755 (executable)
@@ -249,9 +249,10 @@ public class OverviewPanel extends JPanel
      * Javascript does not call componentResized on initial display,
      * so do the update here
      */
-    boolean doUpdate =  /** @j2sNative true || */ false;
-    if (doUpdate)
+    if (Platform.isJS())
+    {
       updateOverviewImage();
+    }
   }
 
   /*