mirror of
https://github.com/lubosz/overte.git
synced 2025-08-07 16:41:02 +02:00
fix 'the drop down does not shows the wearable'
This commit is contained in:
parent
db212a0c99
commit
fe96ad2389
1 changed files with 1 additions and 0 deletions
|
@ -125,6 +125,7 @@ Rectangle {
|
||||||
id: wearablesCombobox
|
id: wearablesCombobox
|
||||||
anchors.left: parent.left
|
anchors.left: parent.left
|
||||||
anchors.right: parent.right
|
anchors.right: parent.right
|
||||||
|
comboBox.textRole: "text"
|
||||||
|
|
||||||
model: ListModel {
|
model: ListModel {
|
||||||
function findIndexById(id) {
|
function findIndexById(id) {
|
||||||
|
|
Loading…
Reference in a new issue