]> git.saurik.com Git - wxWidgets.git/commitdiff
don't force immediate screen updates
authorStefan Csomor <csomor@advancedconcepts.ch>
Wed, 3 Aug 2005 05:13:37 +0000 (05:13 +0000)
committerStefan Csomor <csomor@advancedconcepts.ch>
Wed, 3 Aug 2005 05:13:37 +0000 (05:13 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@35057 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

src/mac/carbon/stattext.cpp

index 1feace51808572886519aa0dbb7bb8088570daee..bbc71894ff1f1625efce3e00a035e4d2ffb92190 100644 (file)
@@ -101,7 +101,8 @@ void wxStaticText::SetLabel(const wxString& st )
         SetSize( GetBestSize() ) ;
     }
     Refresh() ;
-    Update() ;
+    // we shouldn't need forced updates
+    // Update() ;
 }
 
 bool wxStaticText::SetFont(const wxFont& font)