cui/source/dialogs/zoom.cxx |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 56d2939e1928ae06fa74cb4b4be36cc0eaf3e702
Author:     Baole Fang <baole.f...@gmail.com>
AuthorDate: Wed Apr 19 19:15:24 2023 -0400
Commit:     Heiko Tietze <heiko.tie...@documentfoundation.org>
CommitDate: Fri Apr 21 09:14:09 2023 +0200

    tdf#154731: Hide Zoom & View Layout dialog
    
    Change-Id: I49f86a858826da39f9dd08580d5ab7796bc397a2
    Reviewed-on: https://gerrit.libreoffice.org/c/core/+/150667
    Tested-by: Jenkins
    Reviewed-by: Heiko Tietze <heiko.tie...@documentfoundation.org>

diff --git a/cui/source/dialogs/zoom.cxx b/cui/source/dialogs/zoom.cxx
index 0d6f44e405fd..7bef6a5b9860 100644
--- a/cui/source/dialogs/zoom.cxx
+++ b/cui/source/dialogs/zoom.cxx
@@ -264,7 +264,7 @@ SvxZoomDialog::SvxZoomDialog(weld::Window* pParent, const 
SfxItemSet& rCoreSet)
     else
     {
         // hide view layout related controls:
-        m_xViewFrame->set_sensitive(false);
+        m_xViewFrame->set_visible(false);
     }
 }
 

Reply via email to