summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--vcl/workben/vcldemo.cxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/vcl/workben/vcldemo.cxx b/vcl/workben/vcldemo.cxx
index 19e4fe8f7893..4175135d77b3 100644
--- a/vcl/workben/vcldemo.cxx
+++ b/vcl/workben/vcldemo.cxx
@@ -569,7 +569,7 @@ public:
struct DrawEllipse : public RegionRenderer
{
- RENDER_DETAILS(ellipse,KEY_E,5000)
+ RENDER_DETAILS(ellipse,KEY_E,500)
virtual void RenderRegion(OutputDevice &rDev, Rectangle r,
const RenderContext &rCtx) override
{
@@ -789,7 +789,7 @@ public:
struct DrawClipped : public RegionRenderer
{
- RENDER_DETAILS(clip,KEY_D,100)
+ RENDER_DETAILS(clip,KEY_D,10)
virtual void RenderRegion(OutputDevice &rDev, Rectangle r,
const RenderContext &) override
{