Unverified Commit b75e3189 authored by Don Gagne's avatar Don Gagne Committed by GitHub

Merge pull request #8432 from DonLakeFlyer/PlanFileDrop

Fix auto-display of Plan/File
parents ec864809 723248be
......@@ -29,6 +29,7 @@ Rectangle {
property AbstractButton lastClickedButton: null
function simulateClick(buttonIndex) {
buttonIndex = buttonIndex + 1 // skip over title
toolStripColumn.children[buttonIndex].checked = true
toolStripColumn.children[buttonIndex].clicked()
}
......
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