Unverified Commit 4e446898 authored by Don Gagne's avatar Don Gagne Committed by GitHub

Merge pull request #8507 from DonLakeFlyer/SwitchToSetupView

Programmatic switch to SetupView leaves two buttons selected
parents b32f3527 a2a946d5
......@@ -42,7 +42,8 @@ Item {
Connections {
target: setupWindow
onVisibleChanged: {
if(setupWindow.visible) {
if (setupWindow.visible) {
buttonRow.clearAllChecks()
setupButton.checked = true
}
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment