wxWidgets / wxWidgets

Cross-Platform C++ GUI Library
https://www.wxwidgets.org/
6.22k stars 1.78k forks source link

fixes pending event processing during idle #4913

Closed wxtrac closed 2 years ago

wxtrac commented 23 years ago

Issue migrated from trac ticket # 4913

component: wxGTK | priority: normal

2001-02-04 04:28:00: dbryson created the issue


This patch fixes a situation where a pending event is posted (like when data arrives on a socket) during idle processing and the pending event doesn't get processed until a mouse or keyboard event.

wxtrac commented 23 years ago

2001-02-04 04:28:00: dbryson uploaded file None (0.7 KiB)

None

wxtrac commented 23 years ago

2001-02-06 01:04:34: @vadz commented


applied to both branches