[Bf-blender-cvs] [f630964] master: Set line-width for sequencer borders

Campbell Barton noreply at git.blender.org
Tue Feb 16 13:31:31 CET 2016


Commit: f630964feb99c6389081844c85db133132452c77
Author: Campbell Barton
Date:   Tue Feb 16 23:23:40 2016 +1100
Branches: master
https://developer.blender.org/rBf630964feb99c6389081844c85db133132452c77

Set line-width for sequencer borders

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

M	source/blender/editors/space_sequencer/sequencer_draw.c

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

diff --git a/source/blender/editors/space_sequencer/sequencer_draw.c b/source/blender/editors/space_sequencer/sequencer_draw.c
index 5793c8e..9c2d115 100644
--- a/source/blender/editors/space_sequencer/sequencer_draw.c
+++ b/source/blender/editors/space_sequencer/sequencer_draw.c
@@ -1039,6 +1039,8 @@ static void sequencer_draw_borders(const SpaceSeq *sseq, const View2D *v2d, cons
 	float x2 = v2d->tot.xmax;
 	float y2 = v2d->tot.ymax;
 
+	glLineWidth(1.0f);
+
 	/* border */
 	setlinestyle(3);




More information about the Bf-blender-cvs mailing list