JAL-3626 from JAL-3253-applet Cache applicationProperties made private
[jalview.git] / src / jalview / gui / LineartOptions.java
index d55733c..9704b39 100644 (file)
@@ -188,7 +188,7 @@ public class LineartOptions extends JPanel
     }
     else
     {
-      Cache.applicationProperties.remove(preferencesKey);
+      Cache.removePropertyNoSave(preferencesKey);
     }
   }