mirror of
https://github.com/wolfpld/tracy.git
synced 2024-11-22 22:44:34 +00:00
Add limits button to find zone menu.
This commit is contained in:
parent
02aae23a98
commit
9b1573d803
@ -9042,6 +9042,8 @@ void View::DrawFindZone()
|
||||
{
|
||||
ImGui::SameLine();
|
||||
TextColoredUnformatted( 0xFF00FFFF, ICON_FA_EXCLAMATION_TRIANGLE );
|
||||
ImGui::SameLine();
|
||||
ToggleButton( ICON_FA_RULER " Limits", m_showRanges );
|
||||
}
|
||||
|
||||
if( m_findZone.rangeSlim != m_findZone.range )
|
||||
|
Loading…
Reference in New Issue
Block a user