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 )
spinLabel.setText( qtr("(Delayed)") );
else
spinLabel.setText( "" );
emit valueChanged( 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