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

New commits:
commit 6a2cf7e304c3910b41dea482ed6880e7e7611ed8
Author:     Heiko Tietze <[email protected]>
AuthorDate: Tue Mar 4 10:12:43 2025 +0100
Commit:     Christian Lohmaier <[email protected]>
CommitDate: Thu Mar 6 14:40:55 2025 +0100

    Resolves tdf#151040 - Brand image misplaced in Start Center
    
    Change-Id: If2c4e0e5fa2e5be11bc82d41734c09bcdd3fe804
    Reviewed-on: https://gerrit.libreoffice.org/c/core/+/182463
    Reviewed-by: Heiko Tietze <[email protected]>
    Tested-by: Jenkins
    (cherry picked from commit ffd552926b381591972d2db55c16e57569cde98a)
    Reviewed-on: https://gerrit.libreoffice.org/c/core/+/182520
    Reviewed-by: Christian Lohmaier <[email protected]>

diff --git a/sfx2/source/dialog/backingwindow.cxx 
b/sfx2/source/dialog/backingwindow.cxx
index 41783bea9950..fef5ba5044ff 100644
--- a/sfx2/source/dialog/backingwindow.cxx
+++ b/sfx2/source/dialog/backingwindow.cxx
@@ -104,8 +104,6 @@ public:
 
     void ConfigureForWidth(int nWidth)
     {
-        if (maBrandImage.GetSizePixel().Width() == nWidth)
-            return;
         LoadImageForWidth(nWidth);
         m_BmpSize = maBrandImage.GetSizePixel();
         set_size_request(m_BmpSize.Width(), m_BmpSize.Height());

Reply via email to