mirror of
https://github.com/wolfpld/tracy.git
synced 2024-11-30 09:14:36 +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();
|
ImGui::EndTooltip();
|
||||||
m_msgHighlight = *it;
|
m_msgHighlight = *it;
|
||||||
|
|
||||||
|
if( ImGui::IsMouseClicked( 2 ) )
|
||||||
|
{
|
||||||
|
CenterAtTime( (*it)->time );
|
||||||
|
}
|
||||||
}
|
}
|
||||||
it = next;
|
it = next;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user