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

New commits:
commit c4248817db11554234b00354fa9c4ebbc879b127
Author:     Mohit Marathe <[email protected]>
AuthorDate: Wed Nov 5 17:18:20 2025 +0530
Commit:     Michael Stahl <[email protected]>
CommitDate: Mon Jan 12 19:14:18 2026 +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]>
    Reviewed-on: https://gerrit.libreoffice.org/c/core/+/196796
    Tested-by: Jenkins

diff --git a/sd/source/ui/sidebar/SlideBackground.cxx 
b/sd/source/ui/sidebar/SlideBackground.cxx
index eaa2aa179613..7a9b0ef6f34f 100644
--- a/sd/source/ui/sidebar/SlideBackground.cxx
+++ b/sd/source/ui/sidebar/SlideBackground.cxx
@@ -698,6 +698,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