Fix markers rendering in multiview mode (Closes: #486)

pull/3/head
Hleb Valoshka 2019-10-29 23:06:22 +03:00
parent 99b0acf556
commit 9e9541ce1b
1 changed files with 1 additions and 0 deletions

View File

@ -2964,6 +2964,7 @@ void Renderer::draw(const Observer& observer,
addAnnotation(backgroundAnnotations, &cursorRep, "", Color(SelectionCursorColor, 1.0f),
offset.cast<float>(),
AlignLeft, VerticalAlignTop, symbolSize);
renderBackgroundAnnotations(FontNormal);
}
Color occludedCursorColor(SelectionCursorColor.red(), SelectionCursorColor.green() + 0.3f, SelectionCursorColor.blue());