// Licence: wxWindows licence
/////////////////////////////////////////////////////////////////////////////
-#if defined(__GNUG__) && !defined(NO_GCC_PRAGMA)
-#pragma implementation "stattext.h"
-#endif
-
#include "wx/wxprec.h"
#if wxUSE_STATTEXT
SetSize( GetBestSize() ) ;
}
Refresh() ;
- Update() ;
+ // we shouldn't need forced updates
+ // Update() ;
}
bool wxStaticText::SetFont(const wxFont& font)