diff --git a/soh/soh/SohGui/Menu.cpp b/soh/soh/SohGui/Menu.cpp index 63fdca5a9..6bb4698d5 100644 --- a/soh/soh/SohGui/Menu.cpp +++ b/soh/soh/SohGui/Menu.cpp @@ -527,6 +527,7 @@ void Menu::DrawElement() { if (!popout) { ImGui::PopStyleVar(); } + ImGui::PopStyleColor(); ImGui::End(); return; } @@ -537,6 +538,7 @@ void Menu::DrawElement() { if (!popout) { ImGui::PopStyleVar(); } + ImGui::PopStyleColor(); CVarSetInteger(CVAR_SETTING("Menu.Popout"), popped); CVarSetFloat(CVAR_SETTING("Menu.PoppedWidth"), poppedSize.x); CVarSetFloat(CVAR_SETTING("Menu.PoppedHeight"), poppedSize.y);