minor tab height bug fix

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@43399 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Benjamin Williams 2006-11-13 18:25:52 +00:00
parent cb5d54ff9e
commit c6c505952e

View File

@ -2417,8 +2417,6 @@ void wxAuiNotebook::InitNotebook(long style)
m_dummy_wnd = NULL;
m_flags = (unsigned int)style;
m_tab_ctrl_height = 20;
m_requested_bmp_size = wxDefaultSize;
m_requested_tabctrl_height = -1;
m_normal_font = *wxNORMAL_FONT;
m_selected_font = *wxNORMAL_FONT;