kicad/bitmap2component
Jon Evans 5abf73e3c9 Never call ReCreateMenuBar inside a menu event handler
As of wxWidgets 3.2, the wxWidgets event handler runs code after the
the client event handler that depends on the menu still existing.
Because there are potentially many paths to call ReCreateMenuBar from
within a menu event handler, let's just wrap this action in a CallAfter
to make sure it happens after the wx handler call completes.

Fixes https://gitlab.com/kicad/code/kicad/-/issues/13149
2022-12-16 16:37:51 -05:00
..
CMakeLists.txt Initial arm64 work 2022-12-09 23:48:31 +00:00
bitmap2cmp_gui.cpp Never call ReCreateMenuBar inside a menu event handler 2022-12-16 16:37:51 -05:00
bitmap2cmp_gui.h Never call ReCreateMenuBar inside a menu event handler 2022-12-16 16:37:51 -05:00
bitmap2cmp_gui_base.cpp Give the Image Converter a more standard presentation. 2022-11-19 19:41:33 +00:00
bitmap2cmp_gui_base.fbp Give the Image Converter a more standard presentation. 2022-11-19 19:41:33 +00:00
bitmap2cmp_gui_base.h Give the Image Converter a more standard presentation. 2022-11-19 19:41:33 +00:00
bitmap2cmp_main.cpp Rename CreateWindow to CreateKiWindow to avoid a collision name with a windows header 2022-11-08 12:31:07 +01:00
bitmap2cmp_settings.cpp Implement a new settings framework across all of KiCad 2020-02-19 23:44:56 -05:00
bitmap2cmp_settings.h Implement a new settings framework across all of KiCad 2020-02-19 23:44:56 -05:00
bitmap2component.cpp bitmap2component: bring file formats up to date with latest v7. 2022-11-24 18:36:32 +00:00
bitmap2component.h bitmap2component: update format of all generated files. 2021-08-10 10:52:33 +02:00
bitmap2component.icns Add drop shadows to MacOS icons 2021-07-30 20:55:34 -07:00