]> git.saurik.com Git - wxWidgets.git/blobdiff - src/mac/classic/stattext.cpp
chain to the polling function GLib was using before we replaced it, eliminating all...
[wxWidgets.git] / src / mac / classic / stattext.cpp
index a249f3bd58b6b1f9aabd0a9242e4d69d78819293..26bcaf3344b85d0452a2198db91ef97258f37217 100644 (file)
@@ -49,7 +49,7 @@ bool wxStaticText::Create(wxWindow *parent, wxWindowID id,
         return false;
     }
 
-    SetBestSize( size ) ;
+    SetInitialSize( size ) ;
 
     return true;
 }