summaryrefslogtreecommitdiff
path: root/sd
diff options
context:
space:
mode:
authorPranam Lashkari <lpranam@collabora.com>2020-05-05 23:17:29 +0530
committerAndras Timar <andras.timar@collabora.com>2020-05-10 21:33:00 +0200
commit4a1ceb06ca19a5c89895015e0fc73c8fa897294e (patch)
tree733250846c722f7208f1eaa7e088293b9848734b /sd
parent8fcd2db54af770d04be5c70b726cd14aff288683 (diff)
resolved: Strange behavior of Paragraph Spacing controls
Increase Paragraph Spacing on the sidebar paragraph Spacing spinners aren't increased Change-Id: Icc1ae684ff607909f87646c69e9acebf8f3d8000 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/93384 Tested-by: Jenkins Reviewed-by: Andras Timar <andras.timar@collabora.com>
Diffstat (limited to 'sd')
-rw-r--r--sd/source/ui/view/drtxtob1.cxx1
1 files changed, 1 insertions, 0 deletions
diff --git a/sd/source/ui/view/drtxtob1.cxx b/sd/source/ui/view/drtxtob1.cxx
index 4d1346a123c2..b0f2c4f60cb9 100644
--- a/sd/source/ui/view/drtxtob1.cxx
+++ b/sd/source/ui/view/drtxtob1.cxx
@@ -321,6 +321,7 @@ void TextObjectBar::Execute( SfxRequest &rReq )
Invalidate();
// to refresh preview (in outline mode), slot has to be invalidated:
mpViewShell->GetViewFrame()->GetBindings().Invalidate( SID_PREVIEW_STATE, true );
+ mpViewShell->GetViewFrame()->GetBindings().Invalidate( SID_ATTR_PARA_ULSPACE, true );
}
break;