Index: sources/gui/qml/components/GridSelection.qml =================================================================== diff -u -rb34af342449705923783d041ec0fa468d1d30be2 -r44c45c64baa4ddcd94b0fda9ec5d735bb087caa9 --- sources/gui/qml/components/GridSelection.qml (.../GridSelection.qml) (revision b34af342449705923783d041ec0fa468d1d30be2) +++ sources/gui/qml/components/GridSelection.qml (.../GridSelection.qml) (revision 44c45c64baa4ddcd94b0fda9ec5d735bb087caa9) @@ -49,16 +49,11 @@ signal clicked(int vIndex) - function clear() { + function reset() { _root.curIndex = -1 _root.active = false } - function reset(vIndex) { - _root.curIndex = vIndex - _root.active = true - } - Text { id : _title text : "" color : _root.valid ? Colors.textMain : Colors.createTreatmentInvalidParam