Skip to content

Commit

Permalink
Merge dfe684f into 63ed9ea
Browse files Browse the repository at this point in the history
  • Loading branch information
mjcarroll authored Sep 21, 2023
2 parents 63ed9ea + dfe684f commit a9fd7ab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/plugins/topic_viewer/TopicViewer.cc
Original file line number Diff line number Diff line change
Expand Up @@ -269,7 +269,7 @@ void TopicViewerPrivate::AddField(QStandardItem *_parentItem,
auto messageType = msgField->message_type();

if (messageType)
this->AddField(msgItem, msgField->name(), messageType->name());
this->AddField(msgItem, msgField->name(), messageType->full_name());

else
{
Expand Down

0 comments on commit a9fd7ab

Please sign in to comment.