From 24e3426546718a9df1c0066b1f955b1d0fe4d4ea Mon Sep 17 00:00:00 2001 From: Xisco Fauli Date: Wed, 8 Aug 2018 19:07:06 +0200 Subject: tdf#101254: Enable arrowheads in sidebar for draws MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 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 Tested-by: Julien Nabet Tested-by: Jenkins Reviewed-by: Xisco FaulĂ­ (cherry picked from commit ffc61735fe804913e55db45ae4d533c8980c2e6a) Reviewed-on: https://gerrit.libreoffice.org/58754 --- svx/source/sidebar/line/LinePropertyPanel.cxx | 1 + 1 file changed, 1 insertion(+) 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; -- cgit v1.2.3