1
0
mirror of https://github.com/wolfpld/tracy synced 2025-04-29 12:23:53 +00:00

Add spacing in find zone menu.

This commit is contained in:
Bartosz Taudul 2020-08-04 14:13:12 +02:00
parent ed01a3e4e0
commit a23f58cc8f

View File

@ -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 )