Opened 15 years ago
Closed 15 years ago
#3893 closed defect (fixed)
Look and feel theme setting for 'Windows' has developed amnesia
Reported by: | Ldp | Owned by: | team |
---|---|---|---|
Priority: | normal | Milestone: | |
Component: | Core | Version: | |
Keywords: | Cc: |
Description
Assumes JOSM was set to 'Windows' laf and another change was made somewhere in the settings, and JOSM was restarted to activate that setting.
1) Load JOSM, notice Look and Feel is 'Metal'.
2) Set it to 'Windows' and exit JOSM.
3) preferences file has no laf= entry.
4) Restart JOSM, which is now in 'Windows' style. Open preferences, notice the laf field is set to Metal again. Only say OK.
5) Stop/restart JOSM, which is now back in 'Metal'.
Setting laf to another value works. It's only the 'Windows' style that's forgotten. This is usually triggered when you change some other setting, and then restart, only to be greeted by another theme.
Attachments (0)
Change History (2)
comment:1 by , 15 years ago
comment:2 by , 15 years ago
Resolution: | → fixed |
---|---|
Status: | new → closed |
NOTE for development: Hmm, it seems somehow the plattform hook does not detect the Look and feel before it is used.
Probably preference file is not initialized early enough or plattform hook is too early.