changed port handling
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@10057 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -835,7 +835,6 @@ OSErr UMASetKeyboardFocus (WindowPtr inWindow,
|
||||
}
|
||||
#endif
|
||||
SetPort( port ) ;
|
||||
wxDC::MacInvalidateSetup() ;
|
||||
return err ;
|
||||
}
|
||||
|
||||
@@ -1379,7 +1378,6 @@ void UMAHighlightAndActivateWindow( WindowRef inWindowRef , bool inActivate )
|
||||
UMADeactivateControl( control ) ;
|
||||
}
|
||||
SetPort( port ) ;
|
||||
wxDC::MacInvalidateSetup() ;
|
||||
}
|
||||
}
|
||||
OSStatus UMADrawThemePlacard( const Rect *inRect , ThemeDrawState inState )
|
||||
|
Reference in New Issue
Block a user