Improve disabled buttons appearance in wxMSW when not using themes.
Owner drawn buttons were not drawn in the same way as normal ones when they were disabled, use Win32 DrawState() to do it now to achieve the correct appearance. Closes #11746. git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_3_0_BRANCH@75916 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -630,6 +630,7 @@ wxMSW:
|
||||
- Improve tooltips wrapping after updating their text (Artur Wieczorek).
|
||||
- Fix checking menu items before appending them to the menu.
|
||||
- Fix crash when adding/removing the same path to/from wxFileSystemWatcher.
|
||||
- Draw "classic" disabled owner drawn buttons better (Artur Wieczorek).
|
||||
|
||||
wxOSX:
|
||||
|
||||
|
Reference in New Issue
Block a user