mirror of
https://github.com/wolfpld/tracy.git
synced 2024-11-10 10:41:50 +00:00
Middle click on crash label to center view on it.
This commit is contained in:
parent
f52c8e9855
commit
2f397c892b
@ -2128,6 +2128,10 @@ void View::DrawZones()
|
||||
{
|
||||
m_showInfo = true;
|
||||
}
|
||||
if( ImGui::IsMouseClicked( 2 ) )
|
||||
{
|
||||
CenterAtTime( crash.time );
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user