]> git.saurik.com Git - wxWidgets.git/blobdiff - src/os2/region.cpp
fixed a few warnings
[wxWidgets.git] / src / os2 / region.cpp
index c742b392a4f06d820a163c79dbfd45d31236b819..5404bf64db3871f91175111420abec12a01513b6 100644 (file)
@@ -414,7 +414,7 @@ void wxRegion::GetBox(
                             ,&vRect
                            );
         x       = vRect.xLeft;
-        y       = vRect.yTop;
+        y       = vRect.yBottom;
         vWidth  = vRect.xRight - vRect.xLeft;
         vHeight = vRect.yTop - vRect.yBottom;
     }