kicad/eeschema/symbol_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
..
lib_logger.cpp Remove the wxLog calls from math/util.h for now 2021-06-01 18:44:22 -04:00
lib_logger.h Remove the wxLog calls from math/util.h for now 2021-06-01 18:44:22 -04:00
lib_symbol_library_manager.cpp ADDED: Export symbols from schematic to library 2022-09-23 21:23:01 -04:00
lib_symbol_library_manager.h ADDED: Export symbols from schematic to library 2022-09-23 21:23:01 -04:00
menubar_symbol_editor.cpp Never call ReCreateMenuBar inside a menu event handler 2022-12-16 16:37:51 -05:00
symbol_edit_frame.cpp More tightening of group parent lifecycles. 2022-11-16 00:42:38 +00:00
symbol_edit_frame.h Never call ReCreateMenuBar inside a menu event handler 2022-12-16 16:37:51 -05:00
symbol_editor.cpp Set the proper symbol parent when duplicating 2022-10-05 09:46:13 -07:00
symbol_editor_import_export.cpp ADDED: Export symbols from schematic to library 2022-09-23 21:23:01 -04:00
symbol_editor_plotter.cpp Add cli export of symbols from kicad libraries 2022-12-12 22:44:26 -05:00
symbol_editor_settings.cpp ADDED: Dynamic field columns in symbol chooser 2022-09-05 16:38:14 -04:00
symbol_editor_settings.h Default line width to 0 in symbol editor. 2021-11-27 11:53:38 +00:00
symbol_editor_undo_redo.cpp ADDED: Export symbols from schematic to library 2022-09-23 21:23:01 -04:00
symbol_saveas_type.h Move the symbol editor to the new filedlg customize 2022-06-11 22:59:59 -04:00
toolbars_symbol_editor.cpp Schematic and symbol text boxes. 2022-01-28 21:38:15 +00:00