Changeset View
Changeset View
Standalone View
Standalone View
source/blender/editors/space_outliner/outliner_draw.c
| Context not available. | |||||
| } | } | ||||
| } | } | ||||
| if (tselem->flag & TSE_ACTIVE) { | |||||
| const int end_x = (int)ar->v2d.cur.xmax; | |||||
| /* mouse hover highlight */ | |||||
| immUniformColor4fv(col_highlight); | |||||
| immRecti(pos, 0, start_y, end_x, start_y + UI_UNIT_Y); | |||||
| } | |||||
| *io_start_y -= UI_UNIT_Y; | *io_start_y -= UI_UNIT_Y; | ||||
| if (TSELEM_OPEN(tselem, soops)) { | if (TSELEM_OPEN(tselem, soops)) { | ||||
| outliner_draw_highlights_recursive(pos, | outliner_draw_highlights_recursive(pos, | ||||
| Context not available. | |||||