fix hang
All checks were successful
pyrite-dev/milsko/pipeline/head This commit looks good

This commit is contained in:
Nishi 2026-03-27 16:16:30 +09:00
commit 251fc41020
Signed by: nishi
GPG key ID: 27EF69B208EB9343
3 changed files with 135 additions and 39 deletions

View file

@ -131,7 +131,7 @@ static void draw(MwWidget handle) {
}
}
MwDrawWidgetBack(handle, &rbar, base, 0, MwTRUE);
if(rbar.height >= 0) MwDrawWidgetBack(handle, &rbar, base, 0, MwTRUE);
MwLLFreeColor(dark);
MwLLFreeColor(base);