summaryrefslogtreecommitdiff
path: root/cui/source/options/optgdlg.hxx
diff options
context:
space:
mode:
authorLuboš Luňák <l.lunak@collabora.com>2020-10-16 12:55:08 +0200
committerLuboš Luňák <l.lunak@collabora.com>2020-10-20 19:20:11 +0200
commit7d2bab41350d7006366b7c450879fe99209713ea (patch)
tree36be32e2ffdfb652565d1c858afffd8b365ece61 /cui/source/options/optgdlg.hxx
parentfea1d3a487faef85b2b7aa8a87075f81ea22af76 (diff)
clean up handling of the UI Skia options
Disable the sub-option when the main option is disabled. Enable it for the proper VCL backends ("win" and "gen"). Change-Id: I38c2f605c10eb0f3cfae3f05cd4bada4877cdc2d Reviewed-on: https://gerrit.libreoffice.org/c/core/+/104426 Tested-by: Jenkins Reviewed-by: Luboš Luňák <l.lunak@collabora.com>
Diffstat (limited to 'cui/source/options/optgdlg.hxx')
-rw-r--r--cui/source/options/optgdlg.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/cui/source/options/optgdlg.hxx b/cui/source/options/optgdlg.hxx
index 90daae0c92f0..973260283aaf 100644
--- a/cui/source/options/optgdlg.hxx
+++ b/cui/source/options/optgdlg.hxx
@@ -121,7 +121,7 @@ private:
std::unique_ptr<weld::Button> m_xMoreIcons;
DECL_LINK(OnAntialiasingToggled, weld::ToggleButton&, void);
- DECL_LINK(OnForceSkiaRasterToggled, weld::ToggleButton&, void);
+ DECL_LINK(OnUseSkiaToggled, weld::ToggleButton&, void);
DECL_STATIC_LINK(OfaViewTabPage, OnMoreIconsClick, weld::Button&, void);
void UpdateSkiaStatus();