UI: Fix focus issue, thanks NABN00B.

Fixes #20217
This commit is contained in:
Henrik Rydgård
2025-04-07 13:39:47 +02:00
parent c1ae455ce8
commit 4df25788fd
4 changed files with 23 additions and 11 deletions
-1
View File
@@ -94,7 +94,6 @@ void TabbedUIDialogScreenWithGameBackground::CreateViews() {
noSearchResults_ = searchSettings->Add(new TextView("", new LinearLayoutParams(Margins(20, 5))));
}, true);
}
}
}