Fix T57977: VSE: Markers lines get highlighted when using box select

Was caused by a missing uniform.
This commit is contained in:
Clément Foucault 2018-11-22 16:13:18 +01:00
parent e815784aa6
commit 3280adc0aa
1 changed files with 1 additions and 0 deletions

View File

@ -416,6 +416,7 @@ static void draw_marker(
else {
immUniformColor4f(0.0f, 0.0f, 0.0f, 0.38f);
}
immUniform1i("colors_len", 0); /* "simple" mode */
immUniform1f("dash_width", 6.0f);
immUniform1f("dash_factor", 0.5f);