From 5f61c9fe99ac93087b898adddbb4d4733f1fcd07 Mon Sep 17 00:00:00 2001 From: "Armin Le Grand (Collabora)" Date: Thu, 6 Feb 2020 18:53:12 +0100 Subject: tdf#130478 Enhance Dashed line drawing on all systems For more info and explanation including state of process information and discussion(s) see task please. Adding corrections for gerrit build Change-Id: Ie10fb8093a86459dee80db5ab4355b47e46c1f8c Reviewed-on: https://gerrit.libreoffice.org/c/core/+/88130 Tested-by: Jenkins Reviewed-by: Armin Le Grand --- cui/source/dialogs/screenshotannotationdlg.cxx | 1 + 1 file changed, 1 insertion(+) (limited to 'cui') diff --git a/cui/source/dialogs/screenshotannotationdlg.cxx b/cui/source/dialogs/screenshotannotationdlg.cxx index dca914c1517c..c9a93d21d9c5 100644 --- a/cui/source/dialogs/screenshotannotationdlg.cxx +++ b/cui/source/dialogs/screenshotannotationdlg.cxx @@ -406,6 +406,7 @@ void ScreenshotAnnotationDlg_Impl::PaintScreenShotEntry( aPolygon, fLineWidth, fTransparency, + nullptr, // MM01 basegfx::B2DLineJoin::Round)) { // no transparency, draw without -- cgit