Merge pull request #7221 from Robyt3/Serverbrowser-Filter-Background-Fix

Fix background color in ingame server browser filter tab
This commit is contained in:
Dennis Felsing 2023-09-20 16:22:46 +00:00 committed by GitHub
commit 4dda7949d1
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -730,7 +730,7 @@ void CMenus::RenderServerbrowserFilters(CUIRect View)
View.HSplitTop(19.0f, &Button, &View);
View.HSplitTop(minimum(120.0f + CScrollRegion::HEIGHT_MAGIC_FIX, View.h), &TabContents, &View);
Button.VSplitMid(&CountriesTab, &TypesTab);
TabContents.Draw(ms_ColorTabbarInactive, IGraphics::CORNER_B, 4.0f);
TabContents.Draw(ColorActive, IGraphics::CORNER_B, 4.0f);
enum EFilterTab
{