// Created: 04/01/98
// RCS-ID: $Id$
// Copyright: (c) Stefan Csomor
-// Licence: wxWidgets licence
+// Licence: wxWindows licence
/////////////////////////////////////////////////////////////////////////////
#ifdef __GNUG__
{
// temporary fix until layout measurement and drawing are in synch again
Refresh() ;
+ InvalidateBestSize();
SetSize( GetBestSize() ) ;
}
Refresh() ;
if ( !(GetWindowStyle() & wxST_NO_AUTORESIZE) )
{
// temporary fix until layout measurement and drawing are in synch again
- Refresh() ;
+ Refresh() ;
+ InvalidateBestSize();
SetSize( GetBestSize() );
}
}