80371134d7
Fix incorrect frame deletion, only noticeable when eeschema is run in stand alone mode. After selecting a footprint using the footprint viewer, the application cannot be closed. Reason: the footprint viewer ctor creates an instance (not shown) of a FRAME_PCB. Unfortunately, this pcb frame was not deleted by Eeschema, in stand alone mode, preventing the application to be closed because a frame was still active after closing the schematic editor frame. Now the footprint viewer ctor delete this instance after use, if it was not previously existing. |
||
---|---|---|
.. | ||
color_swatch.cpp | ||
footprint_choice.cpp | ||
footprint_preview_widget.cpp | ||
footprint_select_widget.cpp | ||
gal_options_panel.cpp | ||
indicator_icon.cpp | ||
mathplot.cpp | ||
two_column_tree_list.cpp | ||
widget_hotkey_list.cpp |