diff --git a/src/widget/separator.c b/src/widget/separator.c index e46db70..7528aff 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, 1, 1); + MwDrawFrameEx(handle, &r, base, 1, 1, 0); MwLLFreeColor(base); }