Skip to content

Commit

Permalink
Added mouse help for protocol analyzer view
Browse files Browse the repository at this point in the history
  • Loading branch information
azonenberg committed Sep 5, 2024
1 parent 1a81538 commit 8dfc846
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/ngscopeclient/ProtocolAnalyzerDialog.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -323,7 +323,10 @@ bool ProtocolAnalyzerDialog::DoRender()
}

if(ImGui::IsItemHovered())
{
m_session.SetHoveredPacketTimestamp(packtime);
m_parent.AddStatusHelp("mouse_lmb", "Jump to packet in waveform view");
}

if(pack)
{
Expand Down

0 comments on commit 8dfc846

Please sign in to comment.