mirror of
https://github.com/overte-org/overte.git
synced 2025-04-20 12:04:18 +02:00
Merge pull request #13524 from danteruiz/fix-calibration
fix configuration page
This commit is contained in:
commit
6737647a56
2 changed files with 4 additions and 0 deletions
|
@ -69,6 +69,7 @@ Item {
|
|||
id: stack
|
||||
initialItem: inputConfiguration
|
||||
property alias messageVisible: imageMessageBox.visible
|
||||
property string selectedPlugin: ""
|
||||
Rectangle {
|
||||
id: inputConfiguration
|
||||
anchors {
|
||||
|
@ -274,6 +275,8 @@ Item {
|
|||
} else {
|
||||
box.label = "";
|
||||
}
|
||||
|
||||
stack.selectedPlugin = selectedDevice;
|
||||
}
|
||||
|
||||
Timer {
|
||||
|
|
|
@ -28,6 +28,7 @@ Flickable {
|
|||
onPluginNameChanged: {
|
||||
if (page !== null) {
|
||||
page.pluginName = flick.pluginName;
|
||||
page.displayConfiguration();
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue