git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@26457 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Stefan Csomor
2004-03-29 14:49:20 +00:00
parent 769ac86930
commit 785f5eaa05

View File

@@ -573,19 +573,7 @@ void wxToolBar::OnPaint(wxPaintEvent& event)
toolbarrect.top = 0 ;
*/
UMADrawThemePlacard( &toolbarrect , IsEnabled() ? kThemeStateActive : kThemeStateInactive) ;
/*
{
wxToolBarToolsList::Node *node;
for ( node = m_tools.GetFirst(); node; node = node->GetNext() )
{
wxToolBarTool* tool = (wxToolBarTool*) node->GetData() ;
if ( tool->IsButton() )
{
UMADrawControl( (ControlRef) tool->GetControlHandle() ) ;
}
}
}
*/
event.Skip() ;
}