mirror of
https://github.com/wolfpld/tracy.git
synced 2024-11-23 06:44:35 +00:00
Zoom-to-zone on middle click on found item.
This commit is contained in:
parent
5cb917e868
commit
a7e7f59f96
@ -2970,6 +2970,10 @@ void View::DrawFindZone()
|
||||
{
|
||||
m_zoneInfoWindow = ev;
|
||||
}
|
||||
else if( ImGui::IsItemHovered() && ImGui::GetIO().MouseClicked[2] )
|
||||
{
|
||||
ZoomToZone( *ev );
|
||||
}
|
||||
|
||||
ImGui::NextColumn();
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user