Fix background of wxRadioBox buttons and wxSlider labels in wxMSW.
Handle WM_CTLCOLOR correctly for them, this wasn't done before because the code assumed that sub-windows (i.e. HWNDs which belong to the same logical wx control) were always children of the main window, but they could also be its siblings (like in at least the two above mentioned cases). Account for this case in wxControl::DoMSWControlColor() too now. Closes #12271. git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_3_0_BRANCH@76950 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -595,6 +595,7 @@ wxMSW:
|
||||
- Fix Cygwin 1.7 build.
|
||||
- Include x64 configurations in MSVC 8/9 project files too.
|
||||
- Fix parallel build of MSVC 11/12 solutions (Artur Wieczorek).
|
||||
- Fix background of wxRadioBox buttons and wxSlider (Artur Wieczorek).
|
||||
- Fix appearance of wxToggleButtons with non default colours (Artur Wieczorek).
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user