[Libreoffice-commits] core.git: svx/source
Libreoffice Gerrit user
logerrit at kemper.freedesktop.org
Thu Aug 9 08:57:13 UTC 2018
svx/source/sidebar/line/LinePropertyPanel.cxx | 1 +
1 file changed, 1 insertion(+)
New commits:
commit ffc61735fe804913e55db45ae4d533c8980c2e6a
Author: Xisco Fauli <xiscofauli at libreoffice.org>
AuthorDate: Wed Aug 8 19:07:06 2018 +0200
Commit: Xisco FaulĂ <xiscofauli at libreoffice.org>
CommitDate: Thu Aug 9 10:56:50 2018 +0200
tdf#101254: Enable arrowheads in sidebar for draws
It's enabled in Line and Filling toolbar so do the same
in the sidebar
Change-Id: Icc64705268a9efb46ab463131ddf486dad12f085
Reviewed-on: https://gerrit.libreoffice.org/58747
Reviewed-by: Julien Nabet <serval2412 at yahoo.fr>
Tested-by: Julien Nabet <serval2412 at yahoo.fr>
Tested-by: Jenkins
Reviewed-by: Xisco FaulĂ <xiscofauli at libreoffice.org>
diff --git a/svx/source/sidebar/line/LinePropertyPanel.cxx b/svx/source/sidebar/line/LinePropertyPanel.cxx
index d48dd7afac7e..1ea655b733a6 100644
--- a/svx/source/sidebar/line/LinePropertyPanel.cxx
+++ b/svx/source/sidebar/line/LinePropertyPanel.cxx
@@ -188,6 +188,7 @@ void LinePropertyPanel::HandleContextChange(
{
case CombinedEnumContext(Application::Calc, Context::DrawLine):
case CombinedEnumContext(Application::DrawImpress, Context::DrawLine):
+ case CombinedEnumContext(Application::DrawImpress, Context::Draw):
case CombinedEnumContext(Application::WriterVariants, Context::Draw):
// TODO : Implement DrawLine context in Writer
bShowArrows = true;
More information about the Libreoffice-commits
mailing list