mirror of
https://thingvellir.net/git/overte
synced 2025-03-27 23:52:03 +01:00
bug-fix found in code review
This commit is contained in:
parent
5441d33a25
commit
3610beb2cd
1 changed files with 2 additions and 1 deletions
|
@ -43,8 +43,9 @@ Item {
|
|||
var index = findButtonIndex(properties.uuid);
|
||||
if (index < 0) {
|
||||
console.log("Warning: Tablet.qml could not find button with uuid = " + properties.uuid);
|
||||
} else {
|
||||
flowMain.children[index].destroy();
|
||||
}
|
||||
flowMain.children[index].destroy();
|
||||
}
|
||||
|
||||
Rectangle {
|
||||
|
|
Loading…
Reference in a new issue