Fix yet another case broken after glLineWidth() changes

Original patch didn't have any tests or what? =\
This commit is contained in:
Sergey Sharybin 2016-01-24 23:15:58 +05:00
parent 780e900a0d
commit da1dce7f79
1 changed files with 2 additions and 0 deletions

View File

@ -577,6 +577,8 @@ static void draw_marker_areas(SpaceClip *sc, MovieTrackingTrack *track, MovieTra
px[0] = 1.0f / width / sc->zoom;
px[1] = 1.0f / height / sc->zoom;
glLineWidth(1.0f);
/* marker position and offset position */
if ((track->flag & SELECT) == sel && (marker->flag & MARKER_DISABLED) == 0) {
float pos[2], p[2];