Commit 0cdf98ae authored by Gus Grubba's avatar Gus Grubba

Must manually check the button when clicked.

parent ca8386b0
......@@ -140,7 +140,7 @@ Rectangle {
setupIndicator: false
exclusiveGroup: setupButtonGroup
text: buttonText
onClicked: panelLoader.source = pageSource
onClicked: { panelLoader.source = pageSource; 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