cui/source/tabpages/page.cxx | 1 +
1 file changed, 1 insertion(+)
New commits:
commit 1d444ea4e30888812657a751b9aa37cf9fd4a648
Author: Tamás Zolnai <[email protected]>
AuthorDate: Wed Dec 3 14:13:42 2025 +0100
Commit: Tamás Zolnai <[email protected]>
CommitDate: Thu Dec 4 14:31:54 2025 +0100
tdf#169807: Fix applying the original page line-spacing option
The saved state of the page line-spacing checkbox was saved only when
the dialog was first opened. However, the saved state should also be
updated when a new state is applied to the document.
Change-Id: Ie1e62904027012e57f0fc48c8951a82706f16d2a
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/194976
Reviewed-by: Tamás Zolnai <[email protected]>
Tested-by: Jenkins
diff --git a/cui/source/tabpages/page.cxx b/cui/source/tabpages/page.cxx
index 54a6730315a4..868719dcd56d 100644
--- a/cui/source/tabpages/page.cxx
+++ b/cui/source/tabpages/page.cxx
@@ -864,6 +864,7 @@ bool SvxPageDescPage::FillItemSet( SfxItemSet* rSet )
rSet->Put(SfxStringItem(SID_SWREGISTER_COLLECTION,
m_xRegisterLB->get_active_text()));
}
+ m_xRegisterCB->save_state();
}
if (m_xTextFlowBox->get_visible() &&
m_xTextFlowBox->get_value_changed_from_saved())