JAL-3509 better placement of call to notifyFeaturesChanged()
[jalview.git] / src / jalview / ext / jmol / JalviewJmolBinding.java
index 8a7cd23..e607ef8 100644 (file)
@@ -755,8 +755,6 @@ public abstract class JalviewJmolBinding extends AAStructureBindingModel
         FeatureSettingsModelI colours = new Pdb().getFeatureColourScheme();
         ((AppJmol) getViewer()).getAlignmentPanel().av
                 .applyFeaturesStyle(colours);
-        // ... and refresh again to ensure FeatureSettings is in synch!
-        fr.notifyFeaturesChanged();
       }
       refreshGUI();
       loadNotifiesHandled++;