]> git.saurik.com Git - wxWidgets.git/blobdiff - src/mac/carbon/stattext.cpp
just added a comment
[wxWidgets.git] / src / mac / carbon / stattext.cpp
index 1feace51808572886519aa0dbb7bb8088570daee..3c67c64a9aae6ef8460ad235395b762ebe13c762 100644 (file)
@@ -9,10 +9,6 @@
 // Licence:     wxWindows licence
 /////////////////////////////////////////////////////////////////////////////
 
-#if defined(__GNUG__) && !defined(NO_GCC_PRAGMA)
-#pragma implementation "stattext.h"
-#endif
-
 #include "wx/wxprec.h"
 
 #if wxUSE_STATTEXT
@@ -101,7 +97,8 @@ void wxStaticText::SetLabel(const wxString& st )
         SetSize( GetBestSize() ) ;
     }
     Refresh() ;
-    Update() ;
+    // we shouldn't need forced updates
+    // Update() ;
 }
 
 bool wxStaticText::SetFont(const wxFont& font)