Index: sources/gui/qml/pages/TreatmentFlowBase.qml =================================================================== diff -u -rb59827b661a423b2b1ad2ca7b8611c2c0be7bd6a -r41ba9331e6a540df0c8eced0c4d3b8684afa9afa --- sources/gui/qml/pages/TreatmentFlowBase.qml (.../TreatmentFlowBase.qml) (revision b59827b661a423b2b1ad2ca7b8611c2c0be7bd6a) +++ sources/gui/qml/pages/TreatmentFlowBase.qml (.../TreatmentFlowBase.qml) (revision 41ba9331e6a540df0c8eced0c4d3b8684afa9afa) @@ -55,7 +55,6 @@ property bool checkListTimeVisible : false property int checkListTimeSeconds : 0 - property string completeText : "" property bool isComplete : false @@ -69,6 +68,8 @@ onVisibleChanged: { if (checkList) checkList.resetItems() + if (instruction) + instruction.currentIndex = 0 _notification.text = "" if (visible) { _mainMenu.hidden = true @@ -192,5 +193,4 @@ } } } - }