X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/31833fd72f876dac9e2da14f11ca956aea59e59b..c010d6a9854627296ec3e097e70a5c39fccdffdd:/src/os2/slider.cpp diff --git a/src/os2/slider.cpp b/src/os2/slider.cpp index 68f1a6e8fa..574aa25b43 100644 --- a/src/os2/slider.cpp +++ b/src/os2/slider.cpp @@ -321,7 +321,7 @@ bool wxSlider::Create( ,(ULONG)lMsStyle // Style flags ,0L, 0L, 0L, 0L // Origin -- 0 size ,(HWND)GetHwndOf(pParent) // owner window handle (same as parent - ,HWND_TOP // initial z position + ,HWND_BOTTOM // initial z position ,(HMENU)m_windowId // Window identifier ,&vSlData // Slider control data ,NULL // no Presentation parameters