Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCampbell Barton <ideasman42@gmail.com>2016-02-16 15:23:40 +0300
committerCampbell Barton <ideasman42@gmail.com>2016-02-16 15:23:40 +0300
commitf630964feb99c6389081844c85db133132452c77 (patch)
treeb339a7597f19d2d3fa294bf7252349cd168a576a /source/blender/editors/space_sequencer/sequencer_draw.c
parent7e60f61007647add2d55a97e5590721448141b5f (diff)
Set line-width for sequencer borders
Diffstat (limited to 'source/blender/editors/space_sequencer/sequencer_draw.c')
-rw-r--r--source/blender/editors/space_sequencer/sequencer_draw.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/source/blender/editors/space_sequencer/sequencer_draw.c b/source/blender/editors/space_sequencer/sequencer_draw.c
index 5793c8eb711..9c2d115108d 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);