Kaydet (Commit) e86bcf11 authored tarafından Thorsten Behrens's avatar Thorsten Behrens

Clear full sprite area for fdo#45219

Use clearAll() here, to really clear the whole sprite area (clear()
does respect potential clip polygons)
üst 3f5efa1e
......@@ -222,7 +222,7 @@ namespace slideshow
std::for_each( maViewEntries.begin(),
maViewEntries.end(),
boost::bind(
&ViewLayer::clear,
&ViewLayer::clearAll,
boost::bind(
&ViewEntry::getViewLayer,
_1)));
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment