From 9aa90380f7009d439cd7d1a5f8a07ba396fc7857 Mon Sep 17 00:00:00 2001 From: NishiOwO Date: Sun, 16 Nov 2025 00:40:45 +0000 Subject: [PATCH] woops git-svn-id: http://svn2.nishi.boats/svn/milsko/trunk@735 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 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); }