]> git.saurik.com Git - wxWidgets.git/blobdiff - src/gtk/stattext.cpp
Use real id for wxPGCanvas
[wxWidgets.git] / src / gtk / stattext.cpp
index e9366a1e380a65095122356967bfcac5c7c14dde..ebbd47c37cd4b400594e3fff73d7f866519e2cfa 100644 (file)
@@ -131,7 +131,7 @@ void wxStaticText::SetLabel( const wxString& str )
         GTKSetLabelForLabel(GTK_LABEL(m_widget), label);
 
     // adjust the label size to the new label unless disabled
-    if ( !HasFlag(wxST_NO_AUTORESIZE) && 
+    if ( !HasFlag(wxST_NO_AUTORESIZE) &&
          !IsEllipsized() )  // if ellipsize is ON, then we don't want to get resized!
         SetSize( GetBestSize() );
 }