JAL-2623 updated Overview/structure on input of threshold value
[jalview.git] / src / jalview / appletgui / FeatureColourChooser.java
index 1bc563a..72fa982 100644 (file)
@@ -277,6 +277,11 @@ public class FeatureColourChooser extends Panel implements ActionListener,
         float f = new Float(thresholdValue.getText()).floatValue();
         slider.setValue((int) (f * SCALE_FACTOR_1K));
         adjustmentValueChanged(null);
+
+        /*
+         * force repaint of any Overview window or structure
+         */
+        changeColour(true);
       } catch (NumberFormatException ex)
       {
       }