summaryrefslogtreecommitdiff
path: root/vcl/opengl
diff options
context:
space:
mode:
authorLouis-Francis Ratté-Boulianne <lfrb@collabora.com>2014-11-19 10:09:42 -0500
committerJan Holesovsky <kendy@collabora.com>2014-12-02 15:47:19 +0100
commit030e777b1f2306b47136642252262b2b305fbe52 (patch)
treece3bf19f6ae396c00672bf5d92089be4f3e13577 /vcl/opengl
parentc6a60f2db482159442081e4c9eca12b0a2e75f3b (diff)
vcl: Apply the OutputDevice transformation to the gradient clipping polygon
Change-Id: I16845c6cb0c110749112d608c209020f21549e70
Diffstat (limited to 'vcl/opengl')
-rw-r--r--vcl/opengl/gdiimpl.cxx1
1 files changed, 0 insertions, 1 deletions
diff --git a/vcl/opengl/gdiimpl.cxx b/vcl/opengl/gdiimpl.cxx
index 77ae2fa14c26..d5f186ed88a8 100644
--- a/vcl/opengl/gdiimpl.cxx
+++ b/vcl/opengl/gdiimpl.cxx
@@ -1702,7 +1702,6 @@ bool OpenGLSalGraphicsImpl::drawGradient(const tools::PolyPolygon& rPolyPoly,
aBoundRect.Top()--;
aBoundRect.Right()++;
aBoundRect.Bottom()++;
- //TODO: lfrb: some missing transformation with the polygon in outdev
PreDraw();