Skip to content
Snippets Groups Projects
Commit b323065a authored by Paul McCarthy's avatar Paul McCarthy
Browse files

I have just discovered that wx will sometimes stop generating idle

events (if user stops moving the mouse), meaning that idle tasks can get
stuck in the idle queue, and not processed until the next UI
event. Therefore, the idle loop now gets periodically called by a
wx.Timer, in addition to via EVT_IDLE events.
parent 911e7134
No related branches found
No related tags found
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment