Forgot one wxCoordRound

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@42641 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Robert Roebling
2006-10-29 18:09:42 +00:00
parent c153cc08eb
commit dd761d262a

View 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
{