From: Benjamin Williams Date: Mon, 13 Nov 2006 18:25:52 +0000 (+0000) Subject: minor tab height bug fix X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/c6c505952ea417b9b1aa6784054e14af29377016 minor tab height bug fix git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@43399 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- diff --git a/src/aui/auibook.cpp b/src/aui/auibook.cpp index a982d27926..693c7119d6 100644 --- a/src/aui/auibook.cpp +++ b/src/aui/auibook.cpp @@ -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;