diff options
author | Balazs Varga <balazs.varga.extern@allotropia.de> | 2023-11-28 11:57:29 +0100 |
---|---|---|
committer | Balazs Varga <balazs.varga.extern@allotropia.de> | 2023-11-29 09:45:57 +0100 |
commit | 2bf8231ab5709f0d7577d6da53f50bc7f0b65079 (patch) | |
tree | ed7c4d5f41c3d5939b5f2fa613b47df23f215732 /include/svx | |
parent | 34d3f383b62ebd87f842e48e6627dbf5ed369667 (diff) |
tdf#158244 - UI: Part 45 - Unify lockdown behavior of Options dialog
for Draw - Grid Page.
Use the right grid settings associated with the application.
follow-up of fbecf8009af8abdd218fbb3bd26087e8b805d06b
Change-Id: I30b3c7ad80348a9cc89b6ea206a8ad9387276593
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/160020
Tested-by: Jenkins
Reviewed-by: Balazs Varga <balazs.varga.extern@allotropia.de>
Diffstat (limited to 'include/svx')
-rw-r--r-- | include/svx/optgrid.hxx | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/svx/optgrid.hxx b/include/svx/optgrid.hxx index b8e1f5604286..ed71e62cdb53 100644 --- a/include/svx/optgrid.hxx +++ b/include/svx/optgrid.hxx @@ -152,6 +152,8 @@ protected: std::unique_ptr<weld::MetricSpinButton> m_xMtrFldBezAngle; std::unique_ptr<weld::Widget> m_xMtrFldBezAngleImg; + bool IsDrawMode() const { return m_Emode == DRAW_MODE; } + DECL_LINK(ClickRotateHdl_Impl, weld::Toggleable&, void); private: DECL_DLLPRIVATE_LINK(ChangeDrawHdl_Impl, weld::MetricSpinButton&, void); |