Fixes missing flag filter theme color (#6191)
This commit is contained in:
committed by
GitHub
parent
894b8e6c86
commit
dfba6b319b
@@ -1120,7 +1120,9 @@ void DrawFlagsTab() {
|
||||
ImGui::PushID(flagTable.name);
|
||||
ImGuiTextFilter& flagFilter = flagTableFilters[flagTable.name];
|
||||
ImGui::SetNextItemWidth(ImGui::GetFontSize() * 16);
|
||||
PushStyleInput(THEME_COLOR);
|
||||
flagFilter.Draw();
|
||||
PopStyleInput();
|
||||
ImGui::Spacing();
|
||||
|
||||
if (!flagFilter.IsActive()) {
|
||||
|
||||
Reference in New Issue
Block a user