sd/source/ui/sidebar/SlideBackground.cxx | 1 + 1 file changed, 1 insertion(+)
New commits: commit 1d070cacf1989502999bc78b766ea63123e0ea9a Author: Mohit Marathe <[email protected]> AuthorDate: Wed Nov 5 17:18:20 2025 +0530 Commit: Mohit Marathe <[email protected]> CommitDate: Wed Nov 5 17:34:57 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]> 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()
