summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMiklos Vajna <vmiklos@collabora.com>2020-06-30 11:50:29 +0200
committerMiklos Vajna <vmiklos@collabora.com>2020-06-30 14:01:25 +0200
commit2017bf06ab758270b2a9eeef5717a34e63e63722 (patch)
tree01ab72a1965fad2002427ea642bb4d734d9db0b1
parent6f752061d5153da50d6f536d506358c8f512a397 (diff)
Related: tdf#128743 fix unwanted background color of transparent wallpaper
With this, the unwanted line at the top of the background image goes away and we can consider re-adding those images again in the future. Change-Id: I36822e84ab38b0b534371f939592f6a270f2d326 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/97482 Tested-by: Jenkins Reviewed-by: Miklos Vajna <vmiklos@collabora.com>
-rw-r--r--sfx2/source/dialog/backingwindow.cxx1
1 files changed, 0 insertions, 1 deletions
diff --git a/sfx2/source/dialog/backingwindow.cxx b/sfx2/source/dialog/backingwindow.cxx
index 177443586698..3b85a2e374e4 100644
--- a/sfx2/source/dialog/backingwindow.cxx
+++ b/sfx2/source/dialog/backingwindow.cxx
@@ -271,7 +271,6 @@ void BackingWindow::initControls()
// motif image under the buttons
Wallpaper aWallpaper(get<FixedImage>("motif")->GetImage().GetBitmapEx());
aWallpaper.SetStyle(WallpaperStyle::BottomRight);
- aWallpaper.SetColor(aButtonsBackground);
mpButtonsBox->SetBackground(aWallpaper);