diff options
author | Markus Mohrhard <markus.mohrhard@collabora.co.uk> | 2014-11-08 19:38:15 +0100 |
---|---|---|
committer | Markus Mohrhard <markus.mohrhard@collabora.co.uk> | 2014-11-10 07:59:36 +0100 |
commit | e2d073f5fc17e3a15a68a21cea5f7f68e001e0cb (patch) | |
tree | 4e628847804e93c85c08522ffd90a7ace1fc3db4 /vcl/workben | |
parent | 8db1db70559df25cf2b774f90a6bff6ecac19901 (diff) |
fix comment
Change-Id: I5d0f4a1ae8ac56e9da8d19b7b433513271e7a705
Diffstat (limited to 'vcl/workben')
-rw-r--r-- | vcl/workben/vcldemo.cxx | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/vcl/workben/vcldemo.cxx b/vcl/workben/vcldemo.cxx index 2ab4b3fec399..2d457de6a097 100644 --- a/vcl/workben/vcldemo.cxx +++ b/vcl/workben/vcldemo.cxx @@ -121,8 +121,7 @@ public: tools::PolyPolygon aPPoly(aPoly); SetLineColor(Color(COL_RED)); SetFillColor(Color(COL_RED)); - // This hits the 'drawAlphaRect' code-path - // FIXME: not alpha ... + // This hits the optional 'drawPolyPolygon' code-path DrawTransparent(aPPoly, 64); } void drawEllipse(Rectangle r) |