kicad/eeschema/libedit
Kevin Lannen e54363524c lib_manager: Do not make a copy of the parent symbol to save
The parent symbol needs to be the same pointer as the symbol that is
saved to the cache otherwise the derived symbol will have it's parent
set to a parent that is not in the cache so it will not be saved.

Signed-off-by: Kevin Lannen <kevin.lannen@gmail.com>
2020-08-14 18:37:44 +00:00
..
lib_edit_frame.cpp Implement an app progress indicator in the taskbar 2020-08-09 10:55:00 +00:00
lib_edit_frame.h Fix typo assuming new field value was always the name. 2020-07-22 15:10:54 +01:00
lib_export.cpp Deprecate saving legacy schematic and symbol library file formats. 2020-05-29 12:43:00 +00:00
lib_manager.cpp lib_manager: Do not make a copy of the parent symbol to save 2020-08-14 18:37:44 +00:00
lib_manager.h Eeschema: implement new symbol library file s-expression formatter. 2020-03-03 08:06:22 -05:00
libedit.cpp Save MRU path when doing a library Save As.... 2020-07-18 15:26:11 +01:00
libedit_plot_component.cpp Change super/subscript syntax to ^{foo} and _{foo}. 2020-04-18 21:04:41 +01:00
libedit_settings.cpp Fix missing pin table visible columns setting 2020-07-07 20:59:55 -04:00
libedit_settings.h Remove some problematic global variables. 2020-04-05 16:17:04 +01:00
libedit_undo_redo.cpp Make undo/redo lists protected. 2020-07-13 15:53:36 +01:00
menubar_libedit.cpp Revert "Revert "Set DoubleBuffering to reduce flicker"" 2020-07-13 20:19:10 -07:00
symbedit.cpp Allow setting mandatory derived symbol field properties. 2020-06-02 14:21:11 +00:00
toolbars_libedit.cpp Undo for schematic-wide operations. 2020-07-13 12:32:17 +01:00