]> git.saurik.com Git - wxWidgets.git/commitdiff
Forgot one wxCoordRound
authorRobert Roebling <robert@roebling.de>
Sun, 29 Oct 2006 18:09:42 +0000 (18:09 +0000)
committerRobert Roebling <robert@roebling.de>
Sun, 29 Oct 2006 18:09:42 +0000 (18:09 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@42641 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

include/wx/mgl/dc.h

index 9380185c92b1277f98c74e0ee2c0a8e532327b96..eafae450541d68ff897e19ec389119b2cc16bc1d 100644 (file)
@@ -113,7 +113,7 @@ public:
     }
     wxCoord YDEV2LOGREL(wxCoord y) const
     {
-        return wxCoordRound((double)(y) / m_scaleY);
+        return wxRound((double)(y) / m_scaleY);
     }
     wxCoord XLOG2DEV(wxCoord x) const
     {