[Libreoffice-commits] core.git: sfx2/source

Miklos Vajna (via logerrit) logerrit at kemper.freedesktop.org
Tue Jun 30 12:02:04 UTC 2020


 sfx2/source/dialog/backingwindow.cxx |    1 -
 1 file changed, 1 deletion(-)

New commits:
commit 2017bf06ab758270b2a9eeef5717a34e63e63722
Author:     Miklos Vajna <vmiklos at collabora.com>
AuthorDate: Tue Jun 30 11:50:29 2020 +0200
Commit:     Miklos Vajna <vmiklos at collabora.com>
CommitDate: Tue Jun 30 14:01:25 2020 +0200

    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 at collabora.com>

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);
 


More information about the Libreoffice-commits mailing list