recursive updating

This commit is contained in:
IoIxD 2025-12-05 20:25:23 -07:00
commit d308c83fc2
3 changed files with 58 additions and 30 deletions

View file

@ -332,8 +332,8 @@ void MwLoop(MwWidget handle) {
long more;
while(MwPending(handle)) {
if((v = MwStep(handle)) != 0) break;
MwLLEndDraw(handle->lowlevel);
}
MwLLEndDraw(handle->lowlevel);
if(v != 0) break;
for(i = 0; i < arrlen(handle->tick_list); i++) {