git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@26419
c3d73ce0-8a6f-49c7-b76d-
6d57e0e08775
{
int x , y ;
wxSize size ;
{
int x , y ;
wxSize size ;
- if ( parent->IsTopLevel() && child->IsKindOf( CLASSINFO( wxToolBar ) ) )
+ // we have to find a better clipping algorithm here, in order not to clip things
+ // positioned like status and toolbar
+ if ( 1 /* parent->IsTopLevel() && child->IsKindOf( CLASSINFO( wxToolBar ) ) */ )
{
size = parent->GetSize() ;
x = y = 0 ;
{
size = parent->GetSize() ;
x = y = 0 ;