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
37d8faf2
Commit
37d8faf2
authored
Oct 13, 2013
by
John Tapsell
Browse files
Message view - only show "clear text" context menu when we are actually showing text
parent
62194a75
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/ui/uas/QGCMessageView.cc
View file @
37d8faf2
...
...
@@ -87,7 +87,9 @@ void QGCMessageView::handleTextMessage(int uasid, int compId, int severity, QStr
void
QGCMessageView
::
contextMenuEvent
(
QContextMenuEvent
*
event
)
{
QMenu
menu
(
this
);
menu
.
addAction
(
clearAction
);
menu
.
exec
(
event
->
globalPos
());
if
(
activeUAS
)
{
QMenu
menu
(
this
);
menu
.
addAction
(
clearAction
);
menu
.
exec
(
event
->
globalPos
());
}
}
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