cui/source/tabpages/page.cxx |    2 ++
 1 file changed, 2 insertions(+)

New commits:
commit bf52841f339ed13221cac8f7cd9e4e93faccde17
Author:     Oliver Specht <oliver.spe...@cib.de>
AuthorDate: Mon Mar 24 16:25:10 2025 +0100
Commit:     Oliver Specht <oliver.spe...@cib.de>
CommitDate: Mon Mar 24 19:14:15 2025 +0100

    tdf#165748 re-save state of portrait/landscape buttons on apply
    
    Change-Id: I7e525d41ce7b46c5086e3ef2112a74485cd46793
    Reviewed-on: https://gerrit.libreoffice.org/c/core/+/183273
    Reviewed-by: Oliver Specht <oliver.spe...@cib.de>
    Tested-by: Jenkins

diff --git a/cui/source/tabpages/page.cxx b/cui/source/tabpages/page.cxx
index 39fb9a7bcd6d..961fff4c4077 100644
--- a/cui/source/tabpages/page.cxx
+++ b/cui/source/tabpages/page.cxx
@@ -786,6 +786,8 @@ bool SvxPageDescPage::FillItemSet( SfxItemSet* rSet )
     {
         aPage.SetLandscape(bChecked);
         bMod = true;
+        m_xLandscapeBtn->save_state();
+        m_xPortraitBtn->save_state();
     }
 
     //Get the NumType value

Reply via email to