fixing warnings
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@63883 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -1545,6 +1545,11 @@ public :
|
|||||||
m_userOffset = CGContextConvertSizeToUserSpace( m_cg, CGSizeMake( 0.5 , 0.5 ) );
|
m_userOffset = CGContextConvertSizeToUserSpace( m_cg, CGSizeMake( 0.5 , 0.5 ) );
|
||||||
CGContextTranslateCTM( m_cg, m_userOffset.width , m_userOffset.height );
|
CGContextTranslateCTM( m_cg, m_userOffset.width , m_userOffset.height );
|
||||||
}
|
}
|
||||||
|
else
|
||||||
|
{
|
||||||
|
m_userOffset = CGSizeMake(0.0, 0.0);
|
||||||
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
~wxQuartzOffsetHelper( )
|
~wxQuartzOffsetHelper( )
|
||||||
{
|
{
|
||||||
|
Reference in New Issue
Block a user