]> git.saurik.com Git - wxWidgets.git/blobdiff - src/msw/stattext.cpp
fix for the initial size of the dialogs
[wxWidgets.git] / src / msw / stattext.cpp
index 238c9ce24300df6dccc7ca00054e2f8a3ab23264..a83000876e9251987e139f10fc554f7c0902be96 100644 (file)
@@ -150,6 +150,8 @@ void wxStaticText::SetLabel(const wxString& label)
     if ( !(GetWindowStyle() & wxST_NO_AUTORESIZE) )
     {
         DoSetSize(-1, -1, -1, -1, wxSIZE_AUTO_WIDTH | wxSIZE_AUTO_HEIGHT);
+
+        Refresh();
     }
 }