mirror of
https://github.com/wolfpld/tracy.git
synced 2025-03-20 07:40:02 +08:00
Mention purple line indicating middle of timeline.
This commit is contained in:
parent
9c2aab733d
commit
b8f7a4daac
@ -5189,7 +5189,8 @@ void View::DrawMemory()
|
||||
if( ImGui::IsItemHovered() )
|
||||
{
|
||||
ImGui::BeginTooltip();
|
||||
ImGui::Text( "Don't show allocations beyond the middle of timeline display." );
|
||||
ImGui::Text( "Don't show allocations beyond the middle of timeline" );
|
||||
ImGui::Text( "display (it is indicated by purple line)." );
|
||||
ImGui::EndTooltip();
|
||||
}
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user