mirror of
https://github.com/wolfpld/tracy
synced 2025-05-03 06:03:51 +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;
|
m_zoneInfoWindow = ev;
|
||||||
}
|
}
|
||||||
|
else if( ImGui::IsItemHovered() && ImGui::GetIO().MouseClicked[2] )
|
||||||
|
{
|
||||||
|
ZoomToZone( *ev );
|
||||||
|
}
|
||||||
|
|
||||||
ImGui::NextColumn();
|
ImGui::NextColumn();
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user