Skip to content
Snippets Groups Projects
Commit e5399821 authored by Julien Finet's avatar Julien Finet
Browse files

Apply selection pen opacity when drawing selected points

Fix regression from 520548c7

Change-Id: I79c8169b348d211f9abc109768c6586a79a9b911
parent 9b126a66
No related branches found
No related tags found
No related merge requests found
......@@ -251,6 +251,7 @@ bool vtkPlotPoints::Paint(vtkContext2D *painter)
}
vtkDebugMacro(<<"Selection set " << this->Selection->GetNumberOfTuples());
painter->GetPen()->SetColor(this->SelectionPen->GetColor());
painter->GetPen()->SetOpacity(this->SelectionPen->GetOpacity());
painter->GetPen()->SetWidth(width + 2.7);
if (this->MarkerStyle == VTK_MARKER_NONE)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment