mirror of
https://github.com/wolfpld/tracy.git
synced 2024-11-30 09:14:36 +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::TextUnformatted( ICON_FA_LOCK );
|
||||||
ImGui::SameLine();
|
ImGui::SameLine();
|
||||||
#endif
|
#endif
|
||||||
TextFocused( "Zone time range:", TimeToString( m_findZone.rangeMin ) );
|
TextFocused( "Zone time range:", TimeToStringExact( m_findZone.rangeMin ) );
|
||||||
ImGui::SameLine();
|
ImGui::SameLine();
|
||||||
TextFocused( "-", TimeToString( m_findZone.rangeMax ) );
|
TextFocused( "-", TimeToStringExact( m_findZone.rangeMax ) );
|
||||||
ImGui::SameLine();
|
ImGui::SameLine();
|
||||||
ImGui::TextDisabled( "(%s)", TimeToString( m_findZone.rangeMax - m_findZone.rangeMin ) );
|
ImGui::TextDisabled( "(%s)", TimeToString( m_findZone.rangeMax - m_findZone.rangeMin ) );
|
||||||
ImGui::SameLine();
|
ImGui::SameLine();
|
||||||
|
Loading…
Reference in New Issue
Block a user