Minor corrections to new theme code.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@8369 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Robert Roebling
2000-09-15 16:51:07 +00:00
parent a2d93e735a
commit 9cc7121f68
4 changed files with 50 additions and 88 deletions

View File

@@ -222,7 +222,6 @@ void wxToolBar::Init()
m_bg = (GdkColor *)NULL;
m_toolbar = (GtkToolbar *)NULL;
m_blockNextEvent = FALSE;
m_themeEnabled = TRUE;
}
wxToolBar::~wxToolBar()