changed the strategy of the preferences library in the framework to use a different key at the file.ss level (and thus save the prefs on each call to preferences:set)
svn: r5058 original commit: d47247507f6dd55cf3d628a83570096137cda406
This commit is contained in:
parent
d50b3ebc06
commit
b50b6f5a73
|
@ -47,7 +47,6 @@
|
||||||
(pref:width (send this get-width))
|
(pref:width (send this get-width))
|
||||||
(pref:height (send this get-height))
|
(pref:height (send this get-height))
|
||||||
(send widget save-prefs)
|
(send widget save-prefs)
|
||||||
(preferences:save)
|
|
||||||
(inner (void) on-close))
|
(inner (void) on-close))
|
||||||
))
|
))
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user