Commit 82694898 authored by DonLakeFlyer's avatar DonLakeFlyer

parent be2bb73d
...@@ -63,7 +63,9 @@ Item { ...@@ -63,7 +63,9 @@ Item {
if (visible) { if (visible) {
visible = false visible = false
_dropDownComponent = undefined _dropDownComponent = undefined
toolStrip.lastClickedButton.checked = false if (toolStrip.lastClickedButton) {
toolStrip.lastClickedButton.checked = false
}
} }
} }
......
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