Index: sources/gui/qml/compounds/AutoStepController.qml =================================================================== diff -u -r0bc5c7e5752e76707f92b9ef1ecfe54b0c5ead29 -r19acf57838bc97979052d626f3e05d46310b6335 --- sources/gui/qml/compounds/AutoStepController.qml (.../AutoStepController.qml) (revision 0bc5c7e5752e76707f92b9ef1ecfe54b0c5ead29) +++ sources/gui/qml/compounds/AutoStepController.qml (.../AutoStepController.qml) (revision 19acf57838bc97979052d626f3e05d46310b6335) @@ -6,8 +6,8 @@ import "qrc:/components" IconButton { id : _root - property int interval : 5000 - property bool isPlaying : false // initial state + property int interval : 5000 + property bool isPlaying : false // initial state iconImageSource : _root.isPlaying ? "qrc:/images/iPause" : "qrc:/images/iPlay" isDefault : true