Commit a2a946d5 authored by Don Gagne's avatar Don Gagne

parent ef759624
...@@ -42,7 +42,8 @@ Item { ...@@ -42,7 +42,8 @@ Item {
Connections { Connections {
target: setupWindow target: setupWindow
onVisibleChanged: { onVisibleChanged: {
if(setupWindow.visible) { if (setupWindow.visible) {
buttonRow.clearAllChecks()
setupButton.checked = true 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