Index: sources/gui/qml/components/TopMenuBarCreateTreatment.qml =================================================================== diff -u -r074b32b5cc08f41f2d9ce0d021f2151b76bba5ad -ra51b1ec80d65c7cf9f7f3b86f45a637a6d42efc1 --- sources/gui/qml/components/TopMenuBarCreateTreatment.qml (.../TopMenuBarCreateTreatment.qml) (revision 074b32b5cc08f41f2d9ce0d021f2151b76bba5ad) +++ sources/gui/qml/components/TopMenuBarCreateTreatment.qml (.../TopMenuBarCreateTreatment.qml) (revision a51b1ec80d65c7cf9f7f3b86f45a637a6d42efc1) @@ -34,7 +34,7 @@ anchors.top: parent.top anchors.left: parent.left anchors.margins: _root.height / 4 - onClicked: clickedBack() + onClicked: _root.clickedBack() } Rectangle {