mirror of
https://github.com/processing/processing4.git
synced 2026-06-16 04:26:26 +02:00
add extra Preferences.save() after chaning theme (fix for #565)
This commit is contained in:
@@ -340,6 +340,9 @@ public class ThemeSelector extends JFrame implements Tool {
|
||||
// preference so that subsequent Processing updates load new theme changes.
|
||||
//Util.saveFile(currentSet.get(index), sketchbookFile);
|
||||
Preferences.set("theme", currentSet.getPath(index));
|
||||
// On some machines, the theme wasn't getting saved; try an explicit save
|
||||
// https://github.com/processing/processing4/issues/565
|
||||
Preferences.save();
|
||||
reloadTheme();
|
||||
}
|
||||
|
||||
|
||||
@@ -1,13 +1,14 @@
|
||||
1288 (4.1?)
|
||||
X bump Java version to 17.0.5
|
||||
X theme is not being kept after Processing restart on Windows
|
||||
X unable to reproduce so just hoping this works
|
||||
X https://github.com/processing/processing4/issues/565
|
||||
|
||||
|
||||
_ "Show Sketch Folder" for libraries needs to treat the sketch as Untitled
|
||||
_ and with that, switch to another directory
|
||||
_ https://github.com/processing/processing4/issues/548
|
||||
|
||||
_ theme is not being kept after Processing restart on Windows?
|
||||
_ https://github.com/processing/processing4/issues/565
|
||||
|
||||
_ expanded language codes to support traditional Chinese translation
|
||||
_ https://github.com/processing/processing4/issues/600
|
||||
|
||||
Reference in New Issue
Block a user