diff options
author | Caolán McNamara <caolanm@redhat.com> | 2018-05-11 13:56:03 +0100 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2018-05-11 22:08:26 +0200 |
commit | 850995b2c22db7c3ddbcc8ebfad5bcbc0b01f029 (patch) | |
tree | 6db21144056d557d6b71f3d65b521bf999d607fe /svx | |
parent | 96998e0f4c35fb9c7d39e6bb3a31b194874b091c (diff) |
weld SdPhotoAlbumDialog
Change-Id: I46cca94bb43e1b1cd9757b22baad9bb3f61bc15d
Reviewed-on: https://gerrit.libreoffice.org/54132
Reviewed-by: Caolán McNamara <caolanm@redhat.com>
Tested-by: Caolán McNamara <caolanm@redhat.com>
Diffstat (limited to 'svx')
-rw-r--r-- | svx/source/dialog/graphctl.cxx | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/svx/source/dialog/graphctl.cxx b/svx/source/dialog/graphctl.cxx index 5f959499f97b..e656d0e18673 100644 --- a/svx/source/dialog/graphctl.cxx +++ b/svx/source/dialog/graphctl.cxx @@ -788,6 +788,7 @@ IMPL_LINK(SvxGraphCtrl, DoResize, const Size&, rSize, void) IMPL_LINK(SvxGraphCtrl, DoPaint, weld::DrawingArea::draw_args, aPayload, void) { vcl::RenderContext& rRenderContext = aPayload.first; + rRenderContext.Erase(); const bool bGraphicValid(GraphicType::NONE != aGraphic.GetType()); // #i73381# in non-SdrMode, paint to local directly if (bGraphicValid && aGraphSize.Width() && aGraphSize.Height()) |