Commit 8116eb93 authored by Laurent Aimar's avatar Laurent Aimar

Fixed synchronization panel in qt4 gui.

parent 4b42c996
...@@ -1507,6 +1507,7 @@ void SyncWidget::valueChangedHandler( double d ) ...@@ -1507,6 +1507,7 @@ void SyncWidget::valueChangedHandler( double d )
spinLabel.setText( qtr("(Delayed)") ); spinLabel.setText( qtr("(Delayed)") );
else else
spinLabel.setText( "" ); spinLabel.setText( "" );
emit valueChanged( d );
} }
void SyncWidget::setValue( double d ) void SyncWidget::setValue( double d )
......
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