SetInitialSize( wxSize(m_minWidth, m_minHeight));
SendSizeEventToParent();
- wxWindow * const parent = GetParent();
- if ( parent && !parent->IsBeingDeleted() )
- parent->MacOnInternalSize();
return true;
}
#endif // wxOSX_USE_NATIVE_TOOLBAR
tool->SetControlHandle( controlHandle );
- tool->UpdateImages();
+ if ( !(style & wxTB_NOICONS) )
+ tool->UpdateImages();
tool->UpdateLabel();
if ( style & wxTB_NOICONS )