projects
/
wxWidgets.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
better learn the operators...
[wxWidgets.git]
/
src
/
msw
/
nativdlg.cpp
diff --git
a/src/msw/nativdlg.cpp
b/src/msw/nativdlg.cpp
index 5eef575db79bb69f9dfe3905f09d47235f6f5109..d77267951f3c00fe5f17cc8ea7a499026a13b09f 100644
(file)
--- a/
src/msw/nativdlg.cpp
+++ b/
src/msw/nativdlg.cpp
@@
-245,11
+245,13
@@
wxWindow* wxWindow::CreateWindowFromHWND(wxWindow* parent, WXHWND hWnd)
win = new wxSpinButton;
}
#endif
+#if wxUSE_SLIDER
else if (str == wxT("MSCTLS_TRACKBAR32"))
{
// Need to ascertain if it's horiz or vert
win = new wxSlider;
}
+#endif // wxUSE_SLIDER
else if (str == wxT("STATIC"))
{
int style1 = (style & 0xFF);