summaryrefslogtreecommitdiff
path: root/vcl
diff options
context:
space:
mode:
authorMarkus Mohrhard <markus.mohrhard@collabora.co.uk>2014-11-08 19:57:41 +0100
committerMarkus Mohrhard <markus.mohrhard@collabora.co.uk>2014-11-10 07:59:36 +0100
commit5ad3f5a15fcc23934d649ed16c990f5a7a069d0e (patch)
tree0c30cb854cbba53acf8d57369838e2178f515362 /vcl
parente2d073f5fc17e3a15a68a21cea5f7f68e001e0cb (diff)
use different line and fill colors
makes it easier to see if one is missing Change-Id: I983fdf2edf22c431d601a63dbf90902a3f8657f2
Diffstat (limited to 'vcl')
-rw-r--r--vcl/workben/vcldemo.cxx2
1 files changed, 2 insertions, 0 deletions
diff --git a/vcl/workben/vcldemo.cxx b/vcl/workben/vcldemo.cxx
index 2d457de6a097..d753c0d3d72c 100644
--- a/vcl/workben/vcldemo.cxx
+++ b/vcl/workben/vcldemo.cxx
@@ -126,6 +126,8 @@ public:
}
void drawEllipse(Rectangle r)
{
+ SetLineColor(Color(COL_RED));
+ SetFillColor(Color(COL_GREEN));
DrawEllipse(r);
}
void drawCheckered(Rectangle r)