WinCE fixes.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@28325 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -1766,15 +1766,13 @@ void wxDC::SetUserScale(double x, double y)
|
||||
{
|
||||
WXMICROWIN_CHECK_HDC
|
||||
|
||||
#ifndef __WXWINCE__
|
||||
if ( x == m_userScaleX && y == m_userScaleY )
|
||||
return;
|
||||
|
||||
m_userScaleX = x;
|
||||
m_userScaleY = y;
|
||||
|
||||
SetMapMode(m_mappingMode);
|
||||
#endif
|
||||
this->SetMapMode(m_mappingMode);
|
||||
}
|
||||
|
||||
void wxDC::SetAxisOrientation(bool xLeftRight, bool yBottomUp)
|
||||
|
Reference in New Issue
Block a user