]> git.saurik.com Git - wxWidgets.git/blobdiff - src/os2/spinbutt.cpp
support for multiple images in one file
[wxWidgets.git] / src / os2 / spinbutt.cpp
index 6e58a263223578a3b4dd1eaaf29bb378a657253b..7c9774ede339eb1fe8514c8a0a289dee81f0e67b 100644 (file)
@@ -61,6 +61,7 @@ bool wxSpinButton::Create(
     int                             nY      = rPos.y;
     int                             nWidth  = rSize.x;
     int                             nHeight = rSize.y;
     int                             nY      = rPos.y;
     int                             nWidth  = rSize.x;
     int                             nHeight = rSize.y;
+    SWP                             vSwp;
 
     m_min = 0;
     m_max = 100;
 
     m_min = 0;
     m_max = 100;
@@ -128,6 +129,9 @@ bool wxSpinButton::Create(
     if(pParent)
         pParent->AddChild((wxSpinButton *)this);
 
     if(pParent)
         pParent->AddChild((wxSpinButton *)this);
 
+    ::WinQueryWindowPos(m_hWnd, &vSwp);
+    SetXComp(vSwp.x);
+    SetYComp(vSwp.y);
     SetFont(pParent->GetFont());
     //
     // For OS/2 we want to hide the text portion so we can substitute an
     SetFont(pParent->GetFont());
     //
     // For OS/2 we want to hide the text portion so we can substitute an