Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Valentin Platzgummer
qgroundcontrol
Commits
9f664587
Unverified
Commit
9f664587
authored
Mar 04, 2020
by
Don Gagne
Committed by
GitHub
Mar 04, 2020
Browse files
Merge pull request #8475 from DonLakeFlyer/PLanViewFile
Fix empty Plan File dropdown display
parents
8d20342c
d40d3d29
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/QmlControls/ToolStrip.qml
View file @
9f664587
...
...
@@ -30,8 +30,10 @@ Rectangle {
function
simulateClick
(
buttonIndex
)
{
buttonIndex
=
buttonIndex
+
1
// skip over title
toolStripColumn
.
children
[
buttonIndex
].
checked
=
true
toolStripColumn
.
children
[
buttonIndex
].
clicked
()
if
(
!
toolStripColumn
.
children
[
buttonIndex
].
checked
)
{
toolStripColumn
.
children
[
buttonIndex
].
checked
=
true
toolStripColumn
.
children
[
buttonIndex
].
clicked
()
}
}
// Ensure we don't get narrower than content
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment