sd/source/ui/sidebar/SlideBackground.cxx |    1 +
 1 file changed, 1 insertion(+)

New commits:
commit d5c97dc1c8124c83df574d0a9ce7efb4d70f1f5d
Author:     Mohit Marathe <[email protected]>
AuthorDate: Wed Nov 5 17:18:20 2025 +0530
Commit:     Andras Timar <[email protected]>
CommitDate: Thu Nov 13 09:59:18 2025 +0100

    sd: update Format combobox on switching to a different sized page
    
    Signed-off-by: Mohit Marathe <[email protected]>
    Change-Id: I930d2e1d26609b31dcc32ca6630e89b24bbcaa18
    Reviewed-on: https://gerrit.libreoffice.org/c/core/+/193458
    Reviewed-by: Michael Stahl <[email protected]>
    Tested-by: Jenkins CollaboraOffice <[email protected]>
    (cherry picked from commit 1d070cacf1989502999bc78b766ea63123e0ea9a)
    Reviewed-on: https://gerrit.libreoffice.org/c/core/+/193882
    Reviewed-by: Andras Timar <[email protected]>
    Tested-by: Andras Timar <[email protected]>

diff --git a/sd/source/ui/sidebar/SlideBackground.cxx 
b/sd/source/ui/sidebar/SlideBackground.cxx
index 45d75c65a253..3937562fb43d 100644
--- a/sd/source/ui/sidebar/SlideBackground.cxx
+++ b/sd/source/ui/sidebar/SlideBackground.cxx
@@ -697,6 +697,7 @@ void SlideBackground::updatePaperSizeBoxSelection()
         Paper ePaper = SvxPaperInfo::GetSvxPaper(pPage->GetSize(), 
MapUnit::Map100thMM);
         mxPaperSizeBox->set_active_id(ePaper);
     }
+    GetBindings()->Invalidate(SID_ATTR_PAGE_SIZE);
 }
 
 SlideBackground::~SlideBackground()

Reply via email to