Fix using wxHTTP and wxFTP from worker thread in Unix ports.
This backportse18c8fd29a
,d421373c2e
and6c43aa90b6
from master to avoid crashes when using wxHTTP or wxFTP from threads other than main. See #17031.
This commit is contained in:
@@ -608,6 +608,7 @@ wxGTK:
|
||||
- Fix crashes in wxGTK3 when running with non-X11 backend (Marco Trevisan).
|
||||
- Fix coordinates of wxSetCursorEvent propagated to parent windows.
|
||||
- Fix GTK+ warnings when refreshing wxListCtrl items (Scott Talbert).
|
||||
- Fix using wxHTTP and wxFTP from worker thread.
|
||||
|
||||
wxMSW:
|
||||
|
||||
@@ -632,6 +633,7 @@ wxOSX:
|
||||
|
||||
- Compilation fix for wxWebView under 10.10.
|
||||
- Fix conversion of wxBitmap to wxImage in 64 bit builds.
|
||||
- Fix using wxHTTP and wxFTP from worker thread.
|
||||
- Fix wxFileDialog::GetFilterIndex() for file open dialogs (phsilva).
|
||||
- Fix custom paper support (tijsv).
|
||||
|
||||
|
Reference in New Issue
Block a user