commented that redraw workaround as it was causing more harm than benefit
authorStefan Csomor <csomor@advancedconcepts.ch>
Tue, 30 Mar 2004 12:44:42 +0000 (12:44 +0000)
committerStefan Csomor <csomor@advancedconcepts.ch>
Tue, 30 Mar 2004 12:44:42 +0000 (12:44 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@26487 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

src/mac/carbon/window.cpp

index e597c4acdd2a5dc533629f061210ec828060b7f9..da1fc11f4c1beae52254a5eae823e4b6a3150f39 100644 (file)
@@ -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<GrafPtr>(kEventParamGrafPort,typeGrafPtr) ;