kwilcz/Antario

Tab positioning and disappearing

Closed this issue · 2 comments

"this tab positioning glitch seen on the 'rage' tab and the 'other' tab
http://prntscr.com/lvsz30

also after the scrollbar update the other tabs appeared invisible when i was in the 'rage' (the 1st tab). unsure what is causing this. any help would be appreciated.
http://prntscr.com/lvt0xi"

Quick fix:

Comment out:
g_Render.SetCustomScissorRect(vpCombo);
and
g_Render.RestoreOriginalScissorRect();

in
void ComboBox::Render()
in
GUI.cpp

fixed with 045e0f9
ty babe