X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/31833fd72f876dac9e2da14f11ca956aea59e59b..316df2f2092c93b3be74a4aada32e70bed90b510:/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