]> git.sesse.net Git - vlc/commitdiff
Qt: Same for telexFrame.
authorJean-Baptiste Kempf <jb@videolan.org>
Sat, 28 Feb 2009 19:55:47 +0000 (20:55 +0100)
committerJean-Baptiste Kempf <jb@videolan.org>
Sat, 28 Feb 2009 19:55:47 +0000 (20:55 +0100)
modules/gui/qt4/components/controller.cpp

index 42a590c6ab16be3f83ec22b7d3b2aecc2e1fb6b2..426f120e2666974955f227c8cafd6bc1a3075b07 100644 (file)
@@ -495,6 +495,8 @@ QFrame *AbstractController::telexFrame()
     telexLayout->setSpacing( 0 ); telexLayout->setMargin( 0 );
     CONNECT( THEMIM->getIM(), teletextPossible( bool ),
              telexFrame, setVisible( bool ) );
+    connect( THEMIM->getIM(), SIGNAL( teletextPossible( bool ) ),
+             this, SIGNAL( sizeChanged() ) );
 
     /* On/Off button */
     QToolButton *telexOn = new QToolButton;