JAL-3187 nice to have enabling/disabling of apply/cancel when feature settings have...
[jalview.git] / 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