]> git.saurik.com Git - wxWidgets.git/blobdiff - src/mac/uma.cpp
compilation fix for wxUSE_DYNLOAD
[wxWidgets.git] / src / mac / uma.cpp
index 25a90e1ec5d7beb975cca976ec11a5122100d15d..91203d7176bb397af194174ef66534a87c61adf9 100644 (file)
@@ -497,7 +497,6 @@ OSErr UMASetKeyboardFocus                           (WindowPtr                              inWindow,
 
        SetPortWindowPort( inWindow ) ;
 
-       SetOrigin( 0 , 0 ) ;
   err = SetKeyboardFocus( inWindow , inControl , inPart ) ;
        SetPort( port ) ;
        return err ;
@@ -549,7 +548,6 @@ void UMAHighlightAndActivateWindow( WindowRef inWindowRef , bool inActivate )
                GrafPtr port ;
                GetPort( &port ) ;
                SetPortWindowPort( inWindowRef ) ;
-               SetOrigin( 0 , 0 ) ;
                HiliteWindow( inWindowRef , inActivate ) ;
                ControlHandle control = NULL ;
                ::GetRootControl( inWindowRef , & control ) ;