git-svn-id: http://svn2.nishi.boats/svn/milsko/trunk@736 b9cfdab3-6d41-4d17-bbe4-086880011989
This commit is contained in:
Nishi 2025-11-16 00:41:59 +00:00
commit bcd14afebf

View file

@ -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);
}