git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@10128
c3d73ce0-8a6f-49c7-b76d-
6d57e0e08775
}
wxToolBar::~wxToolBar()
}
wxToolBar::~wxToolBar()
void wxToolBar::SetToolBitmapSize(const wxSize& size)
{
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
}
// The button size is bigger than the bitmap size
}
wxToolBar::~wxToolBar()
}
wxToolBar::~wxToolBar()
void wxToolBar::SetToolBitmapSize(const wxSize& size)
{
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
}
// The button size is bigger than the bitmap size