mirror of
https://github.com/subsurface/subsurface.git
synced 2025-02-19 22:16:15 +00:00
mobile: correct comboProduct if model changes
update onModelChanged in comboProduct to read the current index Signed-off-by: Jan Iversen <jani@apache.org>
This commit is contained in:
parent
771bd4bce4
commit
487a4b2c32
1 changed files with 1 additions and 1 deletions
|
@ -127,7 +127,7 @@ Kirigami.Page {
|
|||
}
|
||||
|
||||
onModelChanged: {
|
||||
currentIndex = productidx
|
||||
currentIndex = downloadThread.data().getDetectedProductIndex(comboVendor.currentText)
|
||||
}
|
||||
}
|
||||
Controls.Label { text: qsTr(" Connection:") }
|
||||
|
|
Loading…
Add table
Reference in a new issue