projects
/
wxWidgets.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
make wxGenericCollapsiblePane a wxControlContainer to allow keyboard navigation to...
[wxWidgets.git]
/
src
/
univ
/
themes
/
win32.cpp
diff --git
a/src/univ/themes/win32.cpp
b/src/univ/themes/win32.cpp
index 853c080d57cb9fd136f5a23f091bcf43d53a4500..40475959a0d569be0d3c465200e882db776e1f88 100644
(file)
--- a/
src/univ/themes/win32.cpp
+++ b/
src/univ/themes/win32.cpp
@@
-2053,7
+2053,7
@@
void wxWin32Renderer::DrawSliderShaft(wxDC& dc,
*/
if (flags & wxCONTROL_FOCUSED) {
- DrawFocusRect(dc, rectOrig);
+ DrawFocusRect(
NULL,
dc, rectOrig);
}
wxRect rect = GetSliderShaftRect(rectOrig, lenThumb, orient, style);