Index: sources/gui/qml/compounds/CheckListView.qml =================================================================== diff -u -rca43b0285ec853d03be20103c6e0e0d9af86fd0a -rb008b560dd9891bc3ef8545f148fc4cccb835e82 --- sources/gui/qml/compounds/CheckListView.qml (.../CheckListView.qml) (revision ca43b0285ec853d03be20103c6e0e0d9af86fd0a) +++ sources/gui/qml/compounds/CheckListView.qml (.../CheckListView.qml) (revision b008b560dd9891bc3ef8545f148fc4cccb835e82) @@ -59,7 +59,7 @@ for ( let i = 0; i < _listView.count; i++ ) { let model = _listView.itemAt(i) - console.log(i, pIndex, vEntered?"I":"O", vIndex/*, goBak?"B":" ", goTop?"T":" "*/) + //DEBUG console.log(i, pIndex, vEntered?"I":"O", vIndex/*, goBak?"B":" ", goTop?"T":" "*/) if ( i < vIndex ) { if ( goTop ) { // Do nothing @@ -91,7 +91,7 @@ } } pIndex = vIndex - console.log("-----") + //DEBUG console.log("-----") } //DEBUG Test function for investigation function setItemExt2 (vIndex, vValue, vMode) {