Commit a425ad7b authored by Gildas Bazin's avatar Gildas Bazin

Fix typo in qt4 interface

parent 3798efd9
...@@ -716,8 +716,10 @@ QSize MainInterface::sizeHint() const ...@@ -716,8 +716,10 @@ QSize MainInterface::sizeHint() const
: 0 ; : 0 ;
if( stackCentralW->isVisible() ) if( stackCentralW->isVisible() )
{
nheight += stackCentralW->height(); nheight += stackCentralW->height();
nwidth = __MAX( nwidth, stackCentralW->width() ); nwidth = __MAX( nwidth, stackCentralW->width() );
}
/* if( VISIBLE( bgWidget ) ) /* if( VISIBLE( bgWidget ) )
{ {
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment