Skip to content

Commit

Permalink
Show all selected parameters
Browse files Browse the repository at this point in the history
  • Loading branch information
mykhailopylyp committed Jan 18, 2025
1 parent 209e9ed commit 760375a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/AnalyzeView/MAVLinkMessage.cc
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@ void QGCMAVLinkMessage::update(const mavlink_message_t &message)
_count++;
_message = message;

if (_selected) {
if (_selected || _fieldSelected) {
// Don't update field info unless selected to reduce perf hit of message processing
_updateFields();
}
Expand Down

0 comments on commit 760375a

Please sign in to comment.