Changeset View
Changeset View
Standalone View
Standalone View
source/blender/editors/interface/interface_widgets.c
| Context not available. | |||||
| else if (extra_icon_type == UI_BUT_ICONEXTRA_EYEDROPPER) { | else if (extra_icon_type == UI_BUT_ICONEXTRA_EYEDROPPER) { | ||||
| widget_draw_icon(but, ICON_EYEDROPPER, alpha, &temp, wcol->text); | widget_draw_icon(but, ICON_EYEDROPPER, alpha, &temp, wcol->text); | ||||
| } | } | ||||
| else if (extra_icon_type == UI_BUT_ICONEXTRA_CURRENT) { | |||||
| widget_draw_icon(but, ICON_LAYER_ACTIVE, alpha, &temp, wcol->text); | |||||
| } | |||||
| else { | else { | ||||
| BLI_assert(0); | BLI_assert(0); | ||||
| } | } | ||||
| Context not available. | |||||