m_x = x ;
m_y = y ;
}
-
+
+ return TRUE;
}
wxToolBar::~wxToolBar()
void wxToolBar::SetToolBitmapSize(const wxSize& size)
{
- m_defaultWidth = size.x; m_defaultHeight = size.y;
+ m_defaultWidth = size.x+2; m_defaultHeight = size.y+2;
}
// The button size is bigger than the bitmap size
}
}
UMASetThemeWindowBackground( win->MacGetWindowData()->m_macWindow , win->MacGetWindowData()->m_macWindowBackgroundTheme , false ) ;
- wxDC::MacInvalidateSetup() ;
}
}