From: Stefan Csomor Date: Tue, 30 Mar 2004 12:44:42 +0000 (+0000) Subject: commented that redraw workaround as it was causing more harm than benefit X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/904810184b8e2b95f4fea793a575f0b150a40b85?ds=inline commented that redraw workaround as it was causing more harm than benefit git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@26487 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- 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) ;