== NLA Editor ==

Fix for a few alpha problems with icons beside channels when markers are drawn
This commit is contained in:
2006-12-06 03:38:28 +00:00
parent 34ea39a48f
commit 6210845e82

View File

@@ -133,6 +133,7 @@ static void draw_nla_channels(void)
/* icon to indicate nla or action */
if(ob->nlastrips.first && ob->action) {
glEnable(GL_BLEND);
glBlendFunc(GL_SRC_ALPHA, GL_ONE_MINUS_SRC_ALPHA) ;
if(ob->nlaflag & OB_NLA_OVERRIDE)
BIF_icon_draw(x+5, y-8, ICON_NLA);
else