]> git.saurik.com Git - wxWidgets.git/commitdiff
Removed erroneous second reference to status bar height
authorJulian Smart <julian@anthemion.co.uk>
Fri, 3 Jun 2011 17:18:35 +0000 (17:18 +0000)
committerJulian Smart <julian@anthemion.co.uk>
Fri, 3 Jun 2011 17:18:35 +0000 (17:18 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@67849 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

src/univ/framuniv.cpp

index 0d08d019ce8fc7a1538733cf4fa35441c3b85cb5..01076f3e65a3c17cf5a90ced47aeeec53a2e6d50 100644 (file)
@@ -262,10 +262,6 @@ void wxFrame::DoSetClientSize(int width, int height)
 #if wxUSE_TOOLBAR
     if ( m_frameToolBar )
     {
-#if wxUSE_STATUSBAR
-        height += m_frameStatusBar->GetSize().y;
-#endif // wxUSE_STATUSBAR
-
         if ( m_frameToolBar->GetWindowStyleFlag() & wxTB_VERTICAL )
             width += m_frameToolBar->GetSize().x;
         else