From 5f70927f948c4c86887236a0451545ce0ca20ec2 Mon Sep 17 00:00:00 2001 From: Julien Nabet Date: Wed, 11 Mar 2020 00:01:34 +0100 Subject: tdf#131265: Fix 'update' icon in 3D Effects dialog meaning MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit The effect was reversed Change-Id: I611d12eec88ba213d952df541cec89c0664471cd Reviewed-on: https://gerrit.libreoffice.org/c/core/+/90313 Tested-by: Jenkins Reviewed-by: Caolán McNamara --- include/svx/float3d.hxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include/svx') 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 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 ); -- cgit