mirror of
https://github.com/wolfpld/tracy.git
synced 2026-07-04 04:58:55 +00:00
Add icon for the "limit to view" button in time ranges window.
This commit is contained in:
@@ -80,7 +80,7 @@ void View::DrawRangeEntry( Range& range, const char* label, uint32_t color, int
|
||||
|
||||
if( ImGui::SmallButton( ICON_FA_MICROSCOPE " Focus" ) ) ZoomToRange( range.min, range.max );
|
||||
ImGui::SameLine();
|
||||
if( ImGui::SmallButton( "Limit to view" ) )
|
||||
if( ImGui::SmallButton( ICON_FA_ARROWS_LEFT_RIGHT_TO_LINE " Limit to view" ) )
|
||||
{
|
||||
range.min = m_vd.zvStart;
|
||||
range.max = m_vd.zvEnd;
|
||||
|
||||
Reference in New Issue
Block a user