give up on rounded borders

This commit is contained in:
IoI_xD 2026-04-14 13:34:49 -07:00
commit f22f45d5bf
15 changed files with 92 additions and 233 deletions

View file

@ -100,7 +100,7 @@ static void draw(MwWidget handle) {
BEGIN_MENU_LOOP;
if(m->sub[i]->wsub != NULL || (in_area && handle->pressed)) {
MwDrawFrame(handle, &r, base, MwFALSE, 0);
MwDrawFrame(handle, &r, base, MwFALSE);
MwDrawWidgetBack(handle, &r, base, 0, MwFALSE);
}