summaryrefslogtreecommitdiff
path: root/vcl/workben
diff options
context:
space:
mode:
authorLouis-Francis Ratté-Boulianne <lfrb@collabora.com>2014-11-12 14:55:33 -0500
committerMarkus Mohrhard <markus.mohrhard@collabora.co.uk>2014-11-13 07:54:18 +0100
commitc4e494bc62faa810c1b373f2e6ba7142c2b1c88d (patch)
tree15e4d32c51c9298a65b3c9a5ac449cea24d5bb0c /vcl/workben
parent1aef60fb3fbd5d9ce6521fd861207e6af7bcc5fb (diff)
vcldemo: Draw mini-view of the whole window in the last rectangle
Change-Id: I74e8807e6a4f50b99fdc761bbdbef6e43405a3ed
Diffstat (limited to 'vcl/workben')
-rw-r--r--vcl/workben/vcldemo.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/vcl/workben/vcldemo.cxx b/vcl/workben/vcldemo.cxx
index 442ac4748332..5aeadc55874e 100644
--- a/vcl/workben/vcldemo.cxx
+++ b/vcl/workben/vcldemo.cxx
@@ -659,7 +659,7 @@ void DemoWin::InitRenderers()
maRenderers.push_back(new DrawPolyPolygons());
maRenderers.push_back(new DrawToVirtualDevice());
maRenderers.push_back(new DrawIcons());
- maRenderers.push_back(new DrawBitmap());
+ maRenderers.push_back(new FetchDrawBitmap());
}
class DemoApp : public Application