diff --git a/src/mac/carbon/window.cpp b/src/mac/carbon/window.cpp index e597c4acdd..da1fc11f4c 100644 --- a/src/mac/carbon/window.cpp +++ b/src/mac/carbon/window.cpp @@ -150,7 +150,7 @@ static pascal OSStatus wxMacWindowControlEventHandler( EventHandlerCallRef handl { // unfortunately this update region may be incorrect (tree ctrl sample ) // so we have to reset it - updateRgn = (RgnHandle) visRegion.GetWXHRGN() ; + // updateRgn = (RgnHandle) visRegion.GetWXHRGN() ; } // GrafPtr myport = cEvent.GetParameter(kEventParamGrafPort,typeGrafPtr) ;