diff options
author | Balazs Varga <balazs.varga.extern@allotropia.de> | 2023-11-13 10:17:51 +0100 |
---|---|---|
committer | Balazs Varga <balazs.varga.extern@allotropia.de> | 2023-11-13 14:35:07 +0100 |
commit | 0d30e2a8cd312dfcf5fc2ac0c67e09a1c74d2f46 (patch) | |
tree | 36e2b4b5f920280de0bfec9aaa5730edc977c0d8 /cui | |
parent | 07dfeffae8cba808dbad85dfed9b6a693a1f9543 (diff) |
Related: tdf#157837 - UI: Part 3 - Unify lockdown behavior of Options
dialog for View Page.
Change-Id: I78239ce7ad7b133eaaa3d42a0f424ed0250cb47e
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/159359
Tested-by: Jenkins
Reviewed-by: Balazs Varga <balazs.varga.extern@allotropia.de>
Diffstat (limited to 'cui')
-rw-r--r-- | cui/source/options/optgdlg.cxx | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/cui/source/options/optgdlg.cxx b/cui/source/options/optgdlg.cxx index 9e32e2fc9ea6..941164e5044f 100644 --- a/cui/source/options/optgdlg.cxx +++ b/cui/source/options/optgdlg.cxx @@ -1116,7 +1116,6 @@ void OfaViewTabPage::UpdateHardwareAccelStatus() } #if HAVE_FEATURE_SKIA m_xUseHardwareAccell->set_sensitive(!m_xUseSkia->get_active()); - m_xUseHardwareAccellImg->set_visible(m_xUseSkia->get_active()); #endif } |