Add some missing runtime gtk+ version checks. There is more to spot.
[wxWidgets.git] / src / os2 / radiobox.cpp
index 1241756dd085f04478839d0dd386f1481134070c..ec7d210b61c3fbd5af7c4d907e19a75b9935031c 100644 (file)
@@ -646,7 +646,6 @@ void wxRadioBox::DoSetSize(
                           ,(LONG)nMaxHeight
                           ,SWP_ZORDER | SWP_SIZE | SWP_MOVE | SWP_SHOW
                          );
-        GetParent()->Refresh();
         //
         // Where do we put the next button?
         //
@@ -791,7 +790,7 @@ void wxRadioBox::GetPosition(
 ) const
 {
     wxWindowOS2*                    pParent = GetParent();
-    RECT                            vRect = { -1, -1, -1, -1 };;
+    RECT                            vRect = { -1, -1, -1, -1 };
     POINTL                          vPoint;
     int                             i;