Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
Christian Butz
VTK
Commits
533057e9
Commit
533057e9
authored
Oct 03, 2018
by
Scott Wittenburg
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Replace DrawPolygon with equivalent DrawQuad
parent
4b2036a4
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
Rendering/Context2D/vtkLabeledContourPolyDataItem.cxx
Rendering/Context2D/vtkLabeledContourPolyDataItem.cxx
+1
-1
No files found.
Rendering/Context2D/vtkLabeledContourPolyDataItem.cxx
View file @
533057e9
...
...
@@ -790,7 +790,7 @@ bool vtkLabeledContourPolyDataItem::RenderBackgrounds(vtkContext2D* painter)
pen
->
SetOpacityF
(
bgopacity
);
brush
->
SetColorF
(
bgcolor
);
brush
->
SetOpacityF
(
bgopacity
);
painter
->
Draw
Polygon
(
this
->
LabelHelpers
[
i
]
->
boxPoints
,
5
);
painter
->
Draw
Quad
(
this
->
LabelHelpers
[
i
]
->
boxPoints
);
}
pen
->
SetColorF
(
prevPenColor
);
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment