forked from cafeberry/cafeberry
chore: cleanup function names & update gdraw resolution
This commit is contained in:
@@ -181,7 +181,7 @@ void UIComponent_Tooltips::tick()
|
||||
bool layoutChanges = false;
|
||||
for (int i = 0; i < eToolTipNumButtons; i++)
|
||||
{
|
||||
if ( !ui.IsReloadingSkin() && m_tooltipValues[i].show && m_tooltipValues[i].label.needsUpdating() )
|
||||
if ( !ui.IsReloadingSkins() && m_tooltipValues[i].show && m_tooltipValues[i].label.needsUpdating() )
|
||||
{
|
||||
layoutChanges = true;
|
||||
_SetTooltip(i, m_tooltipValues[i].label, m_tooltipValues[i].show, true);
|
||||
|
||||
Reference in New Issue
Block a user