mirror of
https://github.com/wolfpld/tracy.git
synced 2024-11-10 10:41:50 +00:00
Display exact time in find zone range limit information.
This commit is contained in:
parent
8b0da6f508
commit
9aecd43f24
@ -8152,9 +8152,9 @@ void View::DrawFindZone()
|
||||
ImGui::TextUnformatted( ICON_FA_LOCK );
|
||||
ImGui::SameLine();
|
||||
#endif
|
||||
TextFocused( "Zone time range:", TimeToString( m_findZone.rangeMin ) );
|
||||
TextFocused( "Zone time range:", TimeToStringExact( m_findZone.rangeMin ) );
|
||||
ImGui::SameLine();
|
||||
TextFocused( "-", TimeToString( m_findZone.rangeMax ) );
|
||||
TextFocused( "-", TimeToStringExact( m_findZone.rangeMax ) );
|
||||
ImGui::SameLine();
|
||||
ImGui::TextDisabled( "(%s)", TimeToString( m_findZone.rangeMax - m_findZone.rangeMin ) );
|
||||
ImGui::SameLine();
|
||||
|
Loading…
Reference in New Issue
Block a user