Index: sources/gui/qml/components/GridSelection.qml =================================================================== diff -u -r2ef03b2ce51b4dc507f66e9671953a8e0824bde9 -reae47411318bcf48addb424f3c2fedcd4d7b92f5 --- sources/gui/qml/components/GridSelection.qml (.../GridSelection.qml) (revision 2ef03b2ce51b4dc507f66e9671953a8e0824bde9) +++ sources/gui/qml/components/GridSelection.qml (.../GridSelection.qml) (revision eae47411318bcf48addb424f3c2fedcd4d7b92f5) @@ -50,8 +50,8 @@ signal clicked(int vIndex) function clear() { - _root.curIndex = -1 - _root.active = false + _root.curIndex = _GuiView.dryDemoMode ? 0 : -1 + _root.active = _GuiView.dryDemoMode ? true : false } function reset(vIndex) {