wxwidgets/src
Artur Wieczorek 66b798692e Fix deleting "embedded" toolbar from its own event handler
When we create a toolbar from within the event handler of another toolbar several times (so we have a chain of embedded toolbars) and the last toolbar is destroyed, gs_liveToolbar variable is reset in its dtor what prevents from executing the part of code in MSWCommand() for other existing toolbars if they are still in their event handlers too (still executing OnLeftClick() function). This may happen when toolbars are created in the chain of modal dialog boxes.
To prevent this interference between the toolbars from occurring we have to keep track of all of active toolbars in the chain instead of keeping track of only the last one.

Closes #18309.
2019-07-22 18:57:49 +02:00
..
aui Use DPI Aware wxGetSystemMetrics 2019-07-15 00:00:18 +02:00
common Remove redundant wxCommandEvent::SetEventObject() call 2019-07-21 21:32:16 +02:00
dfb Use const wxWindow in wxSystemSettings::GetMetric 2019-07-15 00:00:20 +02:00
expat@ff2299e5f0 Upgrade bundled Expat to post-2.2.7 version with a security fix 2019-07-03 23:49:20 +02:00
generic Add a TODO comment for wxVListBox refactoring 2019-07-21 21:38:59 +02:00
gtk Fix NULL pointer dereference in wxTextCtrl::GetStyle() with GTK3 2019-07-20 22:16:17 -07:00
gtk1 Use const wxWindow in wxSystemSettings::GetMetric 2019-07-15 00:00:20 +02:00
html Add semi-private wxHtmlCell::Dump() 2019-07-20 17:01:30 +02:00
jpeg@e951f6ed63 Exclude unnecessary files in the submodules from release archives 2017-11-16 23:37:36 +01:00
motif Use const wxWindow in wxSystemSettings::GetMetric 2019-07-15 00:00:20 +02:00
msw Fix deleting "embedded" toolbar from its own event handler 2019-07-22 18:57:49 +02:00
osx Merge branch 'underline-improvements' of https://github.com/MaartenBent/wxWidgets 2019-07-19 23:45:38 +02:00
png@772e393c7e Update png submodule 2018-11-17 19:06:32 +01:00
propgrid Merge branch 'pm-dpi-aware-1-systemmetric' of https://github.com/MaartenBent/wxWidgets 2019-07-15 13:21:16 +02:00
qt Make wxColourData parameter of wxColourDialog ctor const 2019-07-16 20:19:33 +02:00
regex Work around signed/unsigned comparison warnings in regex code 2017-05-27 18:36:24 +02:00
ribbon Use tab active/hover colours under non-MSW platforms too 2019-06-10 17:45:17 +02:00
richtext Remove the last remnants of Windows CE related code 2019-05-18 08:40:03 +02:00
stc Merge branch 'pm-dpi-aware-1-systemmetric' of https://github.com/MaartenBent/wxWidgets 2019-07-15 13:21:16 +02:00
tiff@c70cb3d7b4 Update tiff submodule 2018-11-17 19:08:40 +01:00
univ Use const wxWindow in wxSystemSettings::GetMetric 2019-07-15 00:00:20 +02:00
unix Fix line numbers in stack traces under macOS 2019-06-27 16:12:26 +02:00
x11 Use const wxWindow in wxSystemSettings::GetMetric 2019-07-15 00:00:20 +02:00
xml wx/xml: Implement line-ending modes for xml saves 2017-05-30 14:31:59 +02:00
xrc add src/xrc/xh_dataview.cpp to OpenVMS makefiles 2019-07-08 14:48:32 +02:00
zlib@5888671274 Use zlib submodule with "wx_zlib_" prefix 2017-12-08 02:38:47 +01:00