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

New commits:
commit ffd552926b381591972d2db55c16e57569cde98a
Author:     Heiko Tietze <tietze.he...@gmail.com>
AuthorDate: Tue Mar 4 10:12:43 2025 +0100
Commit:     Heiko Tietze <heiko.tie...@documentfoundation.org>
CommitDate: Wed Mar 5 07:24:36 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 <heiko.tie...@documentfoundation.org>
    Tested-by: Jenkins

diff --git a/sfx2/source/dialog/backingwindow.cxx 
b/sfx2/source/dialog/backingwindow.cxx
index 32a3c4c5f0ee..337fd893d678 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