cui/source/options/optgdlg.cxx | 1 -
1 file changed, 1 deletion(-)
New commits:
commit 0d30e2a8cd312dfcf5fc2ac0c67e09a1c74d2f46
Author: Balazs Varga <[email protected]>
AuthorDate: Mon Nov 13 10:17:51 2023 +0100
Commit: Balazs Varga <[email protected]>
CommitDate: Mon Nov 13 14:35:07 2023 +0100
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 <[email protected]>
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
}