From 6d4cfd33d8cb8b1c53acfc659a533a608b46bb0a Mon Sep 17 00:00:00 2001 From: ndwarshuis Date: Thu, 22 Jul 2021 01:50:15 -0400 Subject: [PATCH] REF use updated core api --- core | 2 +- drawing/Common.lua | 3 ++- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/core b/core index 386b543..d062e16 160000 --- a/core +++ b/core @@ -1 +1 @@ -Subproject commit 386b543405c8932045500bef836adea5d8f5abae +Subproject commit d062e16c73238f43d8849add97f38b9c125b456e diff --git a/drawing/Common.lua b/drawing/Common.lua index 29c4aa7..5f5813f 100644 --- a/drawing/Common.lua +++ b/drawing/Common.lua @@ -453,7 +453,8 @@ M.compound_bar = function(x, y, w, pad, labels, spacing, thickness, threshold) Line.style( thickness, Theme.INDICATOR_BG, - CAIRO_LINE_JOIN_MITER + CAIRO_LINE_JOIN_MITER, + true ), threshold_indicator(threshold), spacing,