minor tweak - just in case

This commit is contained in:
David Kelly 2017-03-06 15:52:33 -07:00
parent f23f882595
commit 3d39aae35b

View file

@ -658,6 +658,7 @@ Rectangle {
}); });
if (newSelectedIndexes.length > 0) { if (newSelectedIndexes.length > 0) {
table.selection.select(newSelectedIndexes); table.selection.select(newSelectedIndexes);
table.positionViewAtRow(userIndex, ListView.Beginning);
} }
} }
signal sendToScript(var message); signal sendToScript(var message);