- Fix
System (Enhanced)
DPI scaling being loaded asSystem
DPI scaling +GDIDPISCALING
additional flag. - Fix a very cumbersome bug where values saved to registry weren't the ones displayed in the app.
To be specific, this was only happening in the following scenario:
- Unchecking a combobox-checkbox on application 1 loaded from the registry.
- Switching to application 2.
- Setting a value on the same combobox-checkbox (but not the same value as the initial value set in application 1).
- Switching back to application 1.
- Rechecking the combobox-checkbox without modifying its value.
- And THEN saving.
🤷♂️