kicad/common/widgets
jean-pierre charras 80371134d7 better fix than commit 6c083ebf4c, because the issue was existing in other dialogs
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.
2017-04-13 18:28:16 +02:00
..
color_swatch.cpp Coverity fixes 2017-03-11 22:20:08 +01:00
footprint_choice.cpp Add footprint select dropdown to component chooser, serious refactoring 2017-03-24 09:20:27 -04:00
footprint_preview_widget.cpp Refactor FOOTPRINT_PREVIEW_PANEL 2017-03-10 23:26:45 -05:00
footprint_select_widget.cpp better fix than commit 6c083ebf4c, because the issue was existing in other dialogs 2017-04-13 18:28:16 +02:00
gal_options_panel.cpp Move cursor shape flag into GAL settings 2017-03-22 10:24:48 +01:00
indicator_icon.cpp Don't init wxBitmaps before GUI is ready 2017-03-01 13:28:10 +01:00
mathplot.cpp More Coverity warnings fixes. 2016-12-30 14:36:23 +01:00
two_column_tree_list.cpp Optimize TWO_COLUMN_TREE_LIST column sizing 2017-02-24 12:51:53 -05:00
widget_hotkey_list.cpp Revamp component chooser and add footprint preview 2017-02-18 21:39:55 -05:00