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

This commit is contained in:
Nishi 2026-03-28 02:39:30 +09:00
commit dac94c78e1
Signed by: nishi
GPG key ID: 27EF69B208EB9343
2 changed files with 1 additions and 2 deletions

View file

@ -363,7 +363,7 @@ int MwStep(MwWidget handle) {
handle->prop_event = 0;
if(handle->lowlevel != NULL && MwLLPending(handle->lowlevel))
while(handle->lowlevel != NULL && MwLLPending(handle->lowlevel))
MwLLNextEvent(handle->lowlevel);
handle->prop_event = 1;