Fix dispatching pending events in console applications under Mac
Apply parts of the changes of 34c5aaa769
done in the common code to Mac-specific wxCFEventLoop too.
This is not ideal as we really should reuse the same common code here,
but for now it's better than nothing as previously pending events were
just not dispatched at all in console Mac applications, meaning that
CallAfter() from worker threads never executed.
This commit is contained in:
@@ -94,6 +94,10 @@ wxMSW:
|
||||
- Fix positioning windows at positions >= SHORT_MAX (Cătălin Răceanu).
|
||||
- Honour alignment flags for multiline buttons using custom colours too.
|
||||
|
||||
wxOSX:
|
||||
|
||||
- Fix dispatching pending events (and CallAfter()) in console applications.
|
||||
|
||||
|
||||
3.1.1: (released 2018-02-19)
|
||||
----------------------------
|
||||
|
Reference in New Issue
Block a user