mirror of
https://github.com/wolfpld/tracy
synced 2025-04-29 04:23:51 +00:00
Add spacing in find zone menu.
This commit is contained in:
parent
ed01a3e4e0
commit
a23f58cc8f
@ -9030,6 +9030,8 @@ void View::DrawFindZone()
|
||||
ImGui::SameLine();
|
||||
ImGui::Checkbox( "Ignore case", &m_findZone.ignoreCase );
|
||||
ImGui::SameLine();
|
||||
ImGui::Spacing();
|
||||
ImGui::SameLine();
|
||||
if( ImGui::Checkbox( "Limit range", &m_findZone.range.active ) )
|
||||
{
|
||||
if( m_findZone.range.active && m_findZone.range.min == 0 && m_findZone.range.max == 0 )
|
||||
|
Loading…
x
Reference in New Issue
Block a user