[Libreoffice-commits] core.git: sd/source
Pranam Lashkari (via logerrit)
logerrit at kemper.freedesktop.org
Sun May 10 19:33:36 UTC 2020
sd/source/ui/view/drtxtob1.cxx | 1 +
1 file changed, 1 insertion(+)
New commits:
commit 4a1ceb06ca19a5c89895015e0fc73c8fa897294e
Author: Pranam Lashkari <lpranam at collabora.com>
AuthorDate: Tue May 5 23:17:29 2020 +0530
Commit: Andras Timar <andras.timar at collabora.com>
CommitDate: Sun May 10 21:33:00 2020 +0200
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 at collabora.com>
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;
More information about the Libreoffice-commits
mailing list