jacobpalm / costa

The Costa Graphical User Interface for MS-DOS and compatible systems
https://costa.jacobpalm.dk/
MIT License
103 stars 7 forks source link

Theme switching requires reload of profile #29

Closed jacobpalm closed 1 year ago

jacobpalm commented 2 years ago

When switching themes using the configuration utility, expected behaviour is for the theme to switch immediately. However, relaunch of desktop, or re-selection of user profile, is required to trigger the application of the new theme.

jacobpalm commented 1 year ago

Minor bug, fixed in 578b050.

Resolution: After clicking the "Save" button in the Theme Selector window, a call was made to save the setting to the current user profile, but no call was made to load the theme into memory. Added this call, tested.