mirror of
https://github.com/wolfpld/tracy
synced 2025-05-02 05:33:53 +00:00
Unify zone children and find zone list behavior.
This commit is contained in:
parent
f44e9bbd7b
commit
a34bb97d78
@ -2964,10 +2964,15 @@ void View::DrawFindZone()
|
||||
{
|
||||
m_zoneInfoWindow = ev;
|
||||
}
|
||||
else if( ImGui::IsItemHovered() && ImGui::GetIO().MouseClicked[2] )
|
||||
if( ImGui::IsItemHovered() )
|
||||
{
|
||||
m_zoneHighlight = ev;
|
||||
if( ImGui::IsMouseClicked( 2 ) )
|
||||
{
|
||||
ZoomToZone( *ev );
|
||||
}
|
||||
ZoneTooltip( *ev );
|
||||
}
|
||||
|
||||
ImGui::NextColumn();
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user