From bcd14afebf3fd330d7a0099fd75a307634b06d0e Mon Sep 17 00:00:00 2001 From: NishiOwO Date: Sun, 16 Nov 2025 00:41:59 +0000 Subject: [PATCH] yeah git-svn-id: http://svn2.nishi.boats/svn/milsko/trunk@736 b9cfdab3-6d41-4d17-bbe4-086880011989 --- src/widget/separator.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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); }