This commit is contained in:
parent
df50c9531c
commit
dac94c78e1
2 changed files with 1 additions and 2 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue