Updating icons for NLA Track "solo" button (as used in standard widgets)

This commit is contained in:
Joshua Leung
2013-11-20 15:21:13 +13:00
parent 33ae2b6c70
commit c4bb2e9774

View File

@@ -3355,8 +3355,8 @@ static void draw_setting_widget(bAnimContext *ac, bAnimListElem *ale, bAnimChann
break;
case ACHANNEL_SETTING_SOLO: /* NLA Tracks only */
//icon = ((enabled) ? ICON_LAYER_ACTIVE : ICON_LAYER_USED);
icon = ICON_LAYER_USED;
//icon = ((enabled) ? ICON_SOLO_OFF : ICON_SOLO_ON);
icon = ICON_SOLO_OFF;
tooltip = TIP_("NLA Track is the only one evaluated for the AnimData block it belongs to");
break;