don't force immediate screen updates

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@35057 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Stefan Csomor
2005-08-03 05:13:37 +00:00
parent 94c7b08817
commit 3a0ec6ebdb

View File

@@ -101,7 +101,8 @@ void wxStaticText::SetLabel(const wxString& st )
SetSize( GetBestSize() ) ;
}
Refresh() ;
Update() ;
// we shouldn't need forced updates
// Update() ;
}
bool wxStaticText::SetFont(const wxFont& font)