[vlc-commits] Fixed synchronization panel in qt4 gui.

Laurent Aimar git at videolan.org
Fri Oct 7 22:26:24 CEST 2011


vlc | branch: master | Laurent Aimar <fenrir at videolan.org> | Fri Oct  7 20:59:38 2011 +0200| [8116eb938929ffc9eb20199e1288cdc90ed1ec65] | committer: Laurent Aimar

Fixed synchronization panel in qt4 gui.

> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=8116eb938929ffc9eb20199e1288cdc90ed1ec65
---

 modules/gui/qt4/components/extended_panels.cpp |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/modules/gui/qt4/components/extended_panels.cpp b/modules/gui/qt4/components/extended_panels.cpp
index de2efe1..17dc058 100644
--- a/modules/gui/qt4/components/extended_panels.cpp
+++ b/modules/gui/qt4/components/extended_panels.cpp
@@ -1507,6 +1507,7 @@ void SyncWidget::valueChangedHandler( double d )
         spinLabel.setText( qtr("(Delayed)") );
     else
         spinLabel.setText( "" );
+    emit valueChanged( d );
 }
 
 void SyncWidget::setValue( double d )



More information about the vlc-commits mailing list