Initialize default values for the tool button size

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@23128 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Robin Dunn
2003-08-23 01:44:09 +00:00
parent 067e9be685
commit d2c0a964e7
2 changed files with 4 additions and 0 deletions

View File

@@ -258,6 +258,8 @@ void wxToolBar::Init()
m_bg = (GdkColor *)NULL;
m_toolbar = (GtkToolbar *)NULL;
m_blockEvent = FALSE;
m_defaultWidth = 32;
m_defaultHeight = 32;
}
wxToolBar::~wxToolBar()