mirror of
https://github.com/HifiExperiments/overte.git
synced 2025-08-09 07:59:10 +02:00
Fix it!
This commit is contained in:
parent
176531e395
commit
11a57efafb
1 changed files with 1 additions and 1 deletions
|
@ -426,7 +426,7 @@ Rectangle {
|
||||||
if (selected) {
|
if (selected) {
|
||||||
table.selection.clear(); // for now, no multi-select
|
table.selection.clear(); // for now, no multi-select
|
||||||
table.selection.select(userIndex);
|
table.selection.select(userIndex);
|
||||||
table.positionViewAtRow(userIndex, ListView.Visible);
|
table.positionViewAtRow(userIndex, ListView.Beginning);
|
||||||
} else {
|
} else {
|
||||||
table.selection.deselect(userIndex);
|
table.selection.deselect(userIndex);
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue