[vlc-devel] commit: Fix typo in qt4 interface (Gildas Bazin )
git version control
git at videolan.org
Mon Feb 8 19:11:15 CET 2010
vlc | branch: master | Gildas Bazin <gbazin at videolan.org> | Mon Feb 8 08:53:54 2010 +0000| [a425ad7ba8623000c492795629c6539813214748] | committer: Gildas Bazin
Fix typo in qt4 interface
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=a425ad7ba8623000c492795629c6539813214748
---
modules/gui/qt4/main_interface.cpp | 2 ++
1 files changed, 2 insertions(+), 0 deletions(-)
diff --git a/modules/gui/qt4/main_interface.cpp b/modules/gui/qt4/main_interface.cpp
index 216cb99..9ced197 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 ) )
{
More information about the vlc-devel
mailing list