kwilcz / Antario

Clean base/cheat made for CS:GO.
MIT License
133 stars 34 forks source link

Tab positioning and disappearing #62

Closed kwilcz closed 5 years ago

kwilcz commented 5 years ago

"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"

slack2450 commented 5 years ago

Quick fix:

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

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

kwilcz commented 5 years ago

fixed with https://github.com/Wando1423/Antario/commit/045e0f9d93bf6400ce8162284bf881de16a89f71 ty babe