Index: sources/gui/qml/components/GridSelection.qml =================================================================== diff -u -reae47411318bcf48addb424f3c2fedcd4d7b92f5 -rdfd4fe3e511308ddd0e6ad9f93cc1d980d22e933 --- sources/gui/qml/components/GridSelection.qml (.../GridSelection.qml) (revision eae47411318bcf48addb424f3c2fedcd4d7b92f5) +++ sources/gui/qml/components/GridSelection.qml (.../GridSelection.qml) (revision dfd4fe3e511308ddd0e6ad9f93cc1d980d22e933) @@ -51,7 +51,7 @@ function clear() { _root.curIndex = _GuiView.dryDemoMode ? 0 : -1 - _root.active = _GuiView.dryDemoMode ? true : false + _root.active = _GuiView.dryDemoMode } function reset(vIndex) {