mirror of
https://github.com/wolfpld/tracy.git
synced 2024-11-27 00:04:35 +00:00
Middle-click on message marker to center on it.
This commit is contained in:
parent
1d0203ac17
commit
1d6f388a81
@ -1377,6 +1377,11 @@ void View::DrawZones()
|
||||
}
|
||||
ImGui::EndTooltip();
|
||||
m_msgHighlight = *it;
|
||||
|
||||
if( ImGui::IsMouseClicked( 2 ) )
|
||||
{
|
||||
CenterAtTime( (*it)->time );
|
||||
}
|
||||
}
|
||||
it = next;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user