JAL-3187 nice to have enabling/disabling of apply/cancel when feature settings have... features/JAL-3187_uitweaks
authorJim Procter <jprocter@issues.jalview.org>
Thu, 20 Feb 2020 17:25:27 +0000 (17:25 +0000)
committerJim Procter <jprocter@issues.jalview.org>
Thu, 20 Feb 2020 17:25:27 +0000 (17:25 +0000)
src/jalview/gui/FeatureSettings.java

index 0ab288c..dc7283b 100644 (file)
@@ -1303,7 +1303,7 @@ public class FeatureSettings extends JPanel
             ? "action.undo_changes_to_feature_settings"
             : "action.undo_changes_to_feature_settings_and_close_the_dialog"));
     cancel.setFont(JvSwingUtils.getLabelFont());
-    // TODO: disable cancel until current settings are different
+    // TODO: disable cancel (and apply!) until current settings are different
     cancel.addActionListener(new ActionListener()
     {
       @Override