Cleanup: style

This commit is contained in:
2018-10-01 08:42:26 +10:00
parent 3cd98d9ef7
commit 8ee4fd0bdf
14 changed files with 116 additions and 119 deletions

View File

@@ -439,7 +439,7 @@ void wm_drags_draw(bContext *C, wmWindow *win, rcti *rect)
drag_rect_minmax(rect, x, y, x + w, y + iconsize);
}
else {
UI_fontstyle_draw_simple(fstyle, x, y, wm_drag_name(drag), (unsigned char*)text_col);
UI_fontstyle_draw_simple(fstyle, x, y, wm_drag_name(drag), (uchar *)text_col);
}
/* operator name with roundbox */