diff options
Diffstat (limited to 'cppcanvas')
-rw-r--r-- | cppcanvas/source/mtfrenderer/transparencygroupaction.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cppcanvas/source/mtfrenderer/transparencygroupaction.cxx b/cppcanvas/source/mtfrenderer/transparencygroupaction.cxx index 35a2b45fd7bd..b8350a8f3944 100644 --- a/cppcanvas/source/mtfrenderer/transparencygroupaction.cxx +++ b/cppcanvas/source/mtfrenderer/transparencygroupaction.cxx @@ -229,7 +229,7 @@ namespace cppcanvas::internal // VirtualDevice with alpha channel ScopedVclPtrInstance<VirtualDevice> aVDev( *::Application::GetDefaultDevice(), DeviceFormat::WITH_ALPHA ); - aVDev->SetOutputSizePixel( aBitmapSizePixel ); + aVDev->SetOutputSizePixel( aBitmapSizePixel, true, true ); aVDev->SetMapMode(); if( rSubset.mnSubsetBegin != 0 || |