summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThorsten Behrens <tbehrens@suse.com>2012-03-16 00:11:53 +0100
committerTor Lillqvist <tlillqvist@suse.com>2012-03-19 08:33:43 +0200
commit047f6738d045ef94112ed45ed2eabb73e5e07111 (patch)
tree58b00530d85423f55350feb2dd8a3b33411cc19f
parente5cf9610961b0f6978e15b2a81b0f9aa769e0298 (diff)
Clear full sprite area for fdo#45219
Use clearAll() here, to really clear the whole sprite area (clear() does respect potential clip polygons) (cherry picked from commit e86bcf11340f35afe899d02aa5facdbecdd309ab) Signed-off-by: Tor Lillqvist <tlillqvist@suse.com>
-rw-r--r--slideshow/source/engine/slide/layer.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/slideshow/source/engine/slide/layer.cxx b/slideshow/source/engine/slide/layer.cxx
index c9e064b5c0f2..05260c9d5016 100644
--- a/slideshow/source/engine/slide/layer.cxx
+++ b/slideshow/source/engine/slide/layer.cxx
@@ -222,7 +222,7 @@ namespace slideshow
std::for_each( maViewEntries.begin(),
maViewEntries.end(),
boost::bind(
- &ViewLayer::clear,
+ &ViewLayer::clearAll,
boost::bind(
&ViewEntry::getViewLayer,
_1)));