From 34ea39a48fdc194b5b2e3654ce30cf6c38c1dcaa Mon Sep 17 00:00:00 2001 From: Joshua Leung Date: Wed, 6 Dec 2006 03:04:34 +0000 Subject: == Action Editor == Fix for a few alpha problems with lock icons when markers are drawn --- source/blender/src/drawaction.c | 1 + 1 file changed, 1 insertion(+) (limited to 'source/blender/src/drawaction.c') diff --git a/source/blender/src/drawaction.c b/source/blender/src/drawaction.c index c8b7198f00a..71cf47348fd 100644 --- a/source/blender/src/drawaction.c +++ b/source/blender/src/drawaction.c @@ -227,6 +227,7 @@ static void draw_action_channel_names(bAction *act) for (chan=act->chanbase.first; chan; chan=chan->next){ if((chan->flag & ACHAN_HIDDEN)==0) { glEnable(GL_BLEND); + glBlendFunc(GL_SRC_ALPHA, GL_ONE_MINUS_SRC_ALPHA) ; /* draw backing strip behind action channel name */ BIF_ThemeColorShade(TH_HEADER, 20); -- cgit v1.2.3