From: Stefan Csomor Date: Tue, 6 Apr 2010 18:57:35 +0000 (+0000) Subject: fixing warnings X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/24e6777949be0d04de9375f686ed4c3677a2be62 fixing warnings git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@63883 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- diff --git a/src/osx/carbon/graphics.cpp b/src/osx/carbon/graphics.cpp index 8f4e0cde52..4d1bd50a12 100644 --- a/src/osx/carbon/graphics.cpp +++ b/src/osx/carbon/graphics.cpp @@ -1545,6 +1545,11 @@ public : m_userOffset = CGContextConvertSizeToUserSpace( m_cg, CGSizeMake( 0.5 , 0.5 ) ); CGContextTranslateCTM( m_cg, m_userOffset.width , m_userOffset.height ); } + else + { + m_userOffset = CGSizeMake(0.0, 0.0); + } + } ~wxQuartzOffsetHelper( ) {