[Bf-blender-cvs] [49d49d2] master: Small fix for own commit, added new theme color defines but forgot to actually use them, thanks to Kevin Dietrich for noticing.

Lukas Tönne noreply at git.blender.org
Fri Oct 17 10:20:20 CEST 2014


Commit: 49d49d2c842b9d61c799083cd2409ba0a9bdcfba
Author: Lukas Tönne
Date:   Fri Oct 17 10:18:40 2014 +0200
Branches: master
https://developer.blender.org/rB49d49d2c842b9d61c799083cd2409ba0a9bdcfba

Small fix for own commit, added new theme color defines but forgot to
actually use them, thanks to Kevin Dietrich for noticing.

===================================================================

M	source/blender/editors/space_node/drawnode.c

===================================================================

diff --git a/source/blender/editors/space_node/drawnode.c b/source/blender/editors/space_node/drawnode.c
index 5a3d4d6..ffc8212 100644
--- a/source/blender/editors/space_node/drawnode.c
+++ b/source/blender/editors/space_node/drawnode.c
@@ -3444,7 +3444,7 @@ void node_draw_link(View2D *v2d, SpaceNode *snode, bNodeLink *link)
 {
 	bool do_shaded = false;
 	bool do_triple = false;
-	int th_col1 = TH_SYNTAX_R, th_col2 = TH_SYNTAX_R, th_col3 = TH_WIRE;
+	int th_col1 = TH_WIRE_INNER, th_col2 = TH_WIRE_INNER, th_col3 = TH_WIRE;
 	
 	if (link->fromsock == NULL && link->tosock == NULL)
 		return;




More information about the Bf-blender-cvs mailing list