Index: sources/gui/qml/components/GridSelection.qml =================================================================== diff -u -r124c2e38e72a1a655d9d479c9c7a1cd8c5d5e6c4 -r2e7d498210ba1837f0d77c23c62bf2cf43a26112 --- sources/gui/qml/components/GridSelection.qml (.../GridSelection.qml) (revision 124c2e38e72a1a655d9d479c9c7a1cd8c5d5e6c4) +++ sources/gui/qml/components/GridSelection.qml (.../GridSelection.qml) (revision 2e7d498210ba1837f0d77c23c62bf2cf43a26112) @@ -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 } function reset(vIndex) {