[Libreoffice-commits] core.git: Branch 'libreoffice-6-1' - svx/source
Libreoffice Gerrit user
logerrit at kemper.freedesktop.org
Wed Aug 15 09:57:44 UTC 2018
svx/source/sidebar/line/LinePropertyPanel.cxx | 1 +
1 file changed, 1 insertion(+)
New commits:
commit 24e3426546718a9df1c0066b1f955b1d0fe4d4ea
Author: Xisco Fauli <xiscofauli at libreoffice.org>
AuthorDate: Wed Aug 8 19:07:06 2018 +0200
Commit: Xisco FaulĂ <xiscofauli at libreoffice.org>
CommitDate: Wed Aug 15 11:57:20 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>
(cherry picked from commit ffc61735fe804913e55db45ae4d533c8980c2e6a)
Reviewed-on: https://gerrit.libreoffice.org/58754
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