This commit is contained in:
Zach Fox 2017-01-20 13:44:29 -08:00
parent 176531e395
commit 11a57efafb

View file

@ -426,7 +426,7 @@ Rectangle {
if (selected) {
table.selection.clear(); // for now, no multi-select
table.selection.select(userIndex);
table.positionViewAtRow(userIndex, ListView.Visible);
table.positionViewAtRow(userIndex, ListView.Beginning);
} else {
table.selection.deselect(userIndex);
}