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,