From a425ad7ba8623000c492795629c6539813214748 Mon Sep 17 00:00:00 2001 From: Gildas Bazin Date: Mon, 8 Feb 2010 08:53:54 +0000 Subject: [PATCH] Fix typo in qt4 interface --- modules/gui/qt4/main_interface.cpp | 2 ++ 1 file changed, 2 insertions(+) diff --git a/modules/gui/qt4/main_interface.cpp b/modules/gui/qt4/main_interface.cpp index 216cb9902b..9ced19714b 100644 --- a/modules/gui/qt4/main_interface.cpp +++ b/modules/gui/qt4/main_interface.cpp @@ -716,8 +716,10 @@ QSize MainInterface::sizeHint() const : 0 ; if( stackCentralW->isVisible() ) + { nheight += stackCentralW->height(); nwidth = __MAX( nwidth, stackCentralW->width() ); + } /* if( VISIBLE( bgWidget ) ) { -- 2.39.2