]> git.saurik.com Git - wxWidgets.git/blobdiff - src/msw/stattext.cpp
Fixed to work with the new wxMacControl system.
[wxWidgets.git] / src / msw / stattext.cpp
index ad7ef96d15385f3fcde57f89ee2d03360f13a078..12b740301880e7a625246ba2184a47363b9bfa0a 100644 (file)
@@ -216,6 +216,7 @@ void wxStaticText::SetLabel(const wxString& label)
     if ( !(GetWindowStyle() & wxST_NO_AUTORESIZE) )
     {
         DoSetSize(-1, -1, -1, -1, wxSIZE_AUTO_WIDTH | wxSIZE_AUTO_HEIGHT);
+        SetSizeHints(GetSize());
     }
 }
 
@@ -229,6 +230,7 @@ bool wxStaticText::SetFont(const wxFont& font)
     if ( !(GetWindowStyle() & wxST_NO_AUTORESIZE) )
     {
         DoSetSize(-1, -1, -1, -1, wxSIZE_AUTO_WIDTH | wxSIZE_AUTO_HEIGHT);
+        SetSizeHints(GetSize());
     }
 
     return ret;