diff options
author | Julien Nabet <serval2412@yahoo.fr> | 2020-03-11 00:01:34 +0100 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2020-03-11 11:26:56 +0100 |
commit | 5f70927f948c4c86887236a0451545ce0ca20ec2 (patch) | |
tree | a5fa84f7eef60326834bbb7662e7af3cf19a9cd6 /include/svx | |
parent | ec6c252c52413b389aaa22fe6df979feb0429da2 (diff) |
tdf#131265: Fix 'update' icon in 3D Effects dialog meaning
The effect was reversed
Change-Id: I611d12eec88ba213d952df541cec89c0664471cd
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/90313
Tested-by: Jenkins
Reviewed-by: Caolán McNamara <caolanm@redhat.com>
Diffstat (limited to 'include/svx')
-rw-r--r-- | include/svx/float3d.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/svx/float3d.hxx b/include/svx/float3d.hxx index ada0af345ab4..021cd080e28f 100644 --- a/include/svx/float3d.hxx +++ b/include/svx/float3d.hxx @@ -214,7 +214,7 @@ private: std::unique_ptr<SfxItemSet> mpRemember2DAttributes; DECL_LINK( ClickViewTypeHdl, weld::Button&, void ); - DECL_LINK( ClickUpdateHdl, weld::Button&, void ); + DECL_LINK( ClickUpdateHdl, weld::ToggleButton&, void ); DECL_LINK( ClickAssignHdl, weld::Button&, void ); DECL_LINK( ClickHdl, weld::Button&, void ); DECL_LINK( ClickColorHdl, weld::Button&, void ); |