wxWidgets/samples/event
PB 7ccdc6ac85 Fix crash due to logging bug in the event sample
The gestures frame created its own log target and deleted
the previous one but did not restore it when being closed.

This left the current log target invalid which led to a crash
when calling any wxLog*() function after gestures frame was closed.

Fix this by restoring the previous log target when gestures frame
is closed.

See #23767, #23881.

(cherry picked from commit 8efb1bceda202a26380e6491aa00504097a4bb26)
2023-09-21 22:57:29 +02:00
..
chessboard.cpp Add sample code showing how to create a new wxEvent class 2019-11-16 00:56:23 +01:00
chessboard.h Add sample code showing how to create a new wxEvent class 2019-11-16 00:56:23 +01:00
descrip.mms Add samples/event/chessboard.cpp to be compiled into the sample on OpenVMS 2019-11-19 08:33:38 +01:00
event_vc8.vcproj Update version to 3.2.0 and rebake and rerun autoconf 2022-06-21 00:54:26 +02:00
event_vc9.vcproj Update version to 3.2.0 and rebake and rerun autoconf 2022-06-21 00:54:26 +02:00
event.bkl Add sample code showing how to create a new wxEvent class 2019-11-16 00:56:23 +01:00
event.cpp Remove BCC-specific hdrstop pragma from everywhere 2020-10-12 21:58:37 +02:00
gestures.cpp Fix crash due to logging bug in the event sample 2023-09-21 22:57:29 +02:00
gestures.h Fix crash due to logging bug in the event sample 2023-09-21 22:57:29 +02:00
makefile.gcc Update version to 3.2.0 and rebake and rerun autoconf 2022-06-21 00:54:26 +02:00
Makefile.in Update version to 3.2.3 2023-02-10 15:09:17 +01:00
makefile.unx Update to bakefile 0.2.13 to fix DLL directory creation 2022-04-23 23:11:31 +02:00
makefile.vc Update version to 3.2.0 and rebake and rerun autoconf 2022-06-21 00:54:26 +02:00