X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/22e751a55965ee5a183eb835956d16860260d1b9..99890e74a7528a1db041262b4ea3c2c9e1f062cf:/src/mac/uma.cpp diff --git a/src/mac/uma.cpp b/src/mac/uma.cpp index 25a90e1ec5..91203d7176 100644 --- a/src/mac/uma.cpp +++ b/src/mac/uma.cpp @@ -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 ) ;