kicad/pagelayout_editor
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
..
dialogs Clear Scintilla undo history after setting initial text. 2022-10-14 22:01:20 +01:00
tools Selection: refactor modifier checking 2022-12-08 14:12:12 -05:00
CMakeLists.txt Initial arm64 work 2022-12-09 23:48:31 +00:00
files.cpp common,eeschema,pcbnew: path cleanup 2022-11-02 13:29:52 +00:00
invoke_pl_editor_dialog.h Round 2 of Worksheet -> Drawing Sheet. 2021-02-23 11:57:44 +00:00
menubar.cpp Never call ReCreateMenuBar inside a menu event handler 2022-12-16 16:37:51 -05:00
pagelayout_editor.icns Add drop shadows to MacOS icons 2021-07-30 20:55:34 -07:00
pagelayout_editor_doc.icns Add drop shadows to MacOS icons 2021-07-30 20:55:34 -07:00
pl_draw_panel_gal.cpp Remove IU_PER_MM thats standalone 2022-09-16 21:09:27 -04:00
pl_draw_panel_gal.h More worksheet -> drawing sheet cleanup. 2021-05-31 12:26:44 +01:00
pl_editor.cpp Rename CreateWindow to CreateKiWindow to avoid a collision name with a windows header 2022-11-08 12:31:07 +01:00
pl_editor_frame.cpp More tightening of group parent lifecycles. 2022-11-16 00:42:38 +00:00
pl_editor_frame.h Never call ReCreateMenuBar inside a menu event handler 2022-12-16 16:37:51 -05:00
pl_editor_id.h Worksheet -> (industry standard) Drawing Sheet. 2021-02-22 17:35:46 +00:00
pl_editor_layout.cpp More EDA_RECE yeetage. 2022-08-31 17:19:50 +01:00
pl_editor_layout.h More EDA_RECE yeetage. 2022-08-31 17:19:50 +01:00
pl_editor_settings.cpp Untangle pl_editor includes 2020-10-13 20:33:33 -04:00
pl_editor_settings.h More header clean up. 2021-06-08 15:39:47 -04:00
pl_editor_undo_redo.cpp Round 2 of Worksheet -> Drawing Sheet. 2021-02-23 11:57:44 +00:00
toolbars_pl_editor.cpp Fix some warnings detected by PVS-STUDIO (not used vars) 2022-07-26 16:00:14 +02:00