Cleanup: style, duplicate includes

This commit is contained in:
2018-04-28 09:01:34 +02:00
parent cfa1700792
commit 617534327a
13 changed files with 23 additions and 30 deletions

View File

@@ -3360,7 +3360,7 @@ static void widget_numbut_draw(uiWidgetColors *wcol, rcti *rect, int state, int
wcol_zone = *wcol;
copy_v3_v3_char(wcol_zone.item, wcol->text);
if (!(state & (UI_STATE_ACTIVE_LEFT|UI_STATE_ACTIVE_RIGHT))) {
if (!(state & (UI_STATE_ACTIVE_LEFT | UI_STATE_ACTIVE_RIGHT))) {
widget_active_color(wcol_zone.inner);
}