Fix Clear Button in Find Zone

This commit is contained in:
Antoine Mura
2025-06-06 11:00:18 +02:00
parent 8caf4f0d60
commit 17ab46c539

View File

@@ -307,6 +307,7 @@ void View::DrawFindZone()
if( ImGui::Button( ICON_FA_BAN " Clear" ) )
{
m_findZone.pattern[0] = '\0';
m_findZone.Reset();
}
ImGui::SameLine();