mirror of
https://github.com/HifiExperiments/overte.git
synced 2025-04-14 08:16:03 +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) {
|
||||
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);
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue