color theme related improvements

This commit is contained in:
Frank Skare
2019-07-17 18:18:33 +02:00
parent a82f558acf
commit 2af84941ca
15 changed files with 121 additions and 99 deletions

View File

@@ -1,6 +1,12 @@
### 4.7.4
### 4.7.6.1
- fix for mouse button back/forward causing freeze
- fix for WM_APPCOMMAND not working but crashing in input editor learn window
- on Win 7 the theme color was hardcoded to DarkSlateGrey because
WPF was returning a bad color on Win 7, this was fixed by reading
the theme color from the Registry on Win 7
- new option color-dark was added to overwrite the OS theme color used in dark mode
- new option color-light was added to overwrite the OS theme color used in non dark mode
### 4.7.3