diff options
author | Caolán McNamara <caolanm@redhat.com> | 2022-05-16 20:50:37 +0100 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2022-05-17 09:54:15 +0200 |
commit | 9969b7ee3413b4c83f6e93d92e1038daeaf649e8 (patch) | |
tree | ad895e7c3cfca846991a6b1b7a1ed245656bb35d /sd/source/ui/inc/BulletAndPositionDlg.hxx | |
parent | 40e55abe8b1bee7ac91a8745995392a75b1ffcee (diff) |
Resolves: tdf#149093 connect_value_change if we will query its value
and not the text_change which is called before the value is parsed
from the new text
Change-Id: Ib6bd5647139f1b79f299beb42b704b465ddf535c
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/134412
Tested-by: Jenkins
Reviewed-by: Caolán McNamara <caolanm@redhat.com>
Diffstat (limited to 'sd/source/ui/inc/BulletAndPositionDlg.hxx')
-rw-r--r-- | sd/source/ui/inc/BulletAndPositionDlg.hxx | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sd/source/ui/inc/BulletAndPositionDlg.hxx b/sd/source/ui/inc/BulletAndPositionDlg.hxx index 4645060e251c..6dde737537ce 100644 --- a/sd/source/ui/inc/BulletAndPositionDlg.hxx +++ b/sd/source/ui/inc/BulletAndPositionDlg.hxx @@ -124,6 +124,7 @@ class SvxBulletAndPositionDlg : public weld::GenericDialogController DECL_LINK(SizeHdl_Impl, weld::MetricSpinButton&, void); DECL_LINK(RatioHdl_Impl, weld::Toggleable&, void); DECL_LINK(EditModifyHdl_Impl, weld::Entry&, void); + DECL_LINK(SpinModifyHdl_Impl, weld::SpinButton&, void); DECL_LINK(BulColorHdl_Impl, ColorListBox&, void); DECL_LINK(BulRelSizeHdl_Impl, weld::MetricSpinButton&, void); DECL_LINK(PreviewInvalidateHdl_Impl, Timer*, void); |