diff --git a/src/widget/separator.c b/src/widget/separator.c index 47c6f00..e46db70 100644 --- a/src/widget/separator.c +++ b/src/widget/separator.c @@ -26,7 +26,7 @@ static void draw(MwWidget handle) { r.y = (r.height - MwDefaultBorderWidth(handle) * 2) / 2; r.height = MwDefaultBorderWidth(handle) * 2; } - MwDrawWidgetBack(handle, &r, base, 0, 1); + MwDrawWidgetBack(handle, &r, base, 1, 1); MwLLFreeColor(base); }