kicad/eeschema/sim
Mikolaj Wielgus babda304d9 Prevent addition of false plot when current plot panel is not in m_plots
Without this commit, when `currentPlotWindow()` returned a valid
pointer, but one that is not used as a key in `m_plots`, it would get
inserted to the `m_plots` map. Because this pointer was not properly
initialized, a crash would later occur. I think this problem was
triggered by the pointer to welcome page, but I haven't checked.

Fixes https://gitlab.com/kicad/code/kicad/issues/7324
2021-01-30 02:04:57 +01:00
..
netlist_exporter_pspice_sim.cpp Fix another crash when using the simulator probe 2020-12-29 07:39:49 -05:00
netlist_exporter_pspice_sim.h Fix more broken Doxygen comment specifiers. 2021-01-26 12:17:52 -05:00
ngspice.cpp simulator: update dialog to handle R, I & TEMP DC sweeps 2021-01-25 21:29:13 +00:00
ngspice.h Fix the last of broken Doxygen comment specifiers. 2021-01-27 17:39:44 -05:00
sim_panel_base.cpp simulator: update dialog to handle R, I & TEMP DC sweeps 2021-01-25 21:29:13 +00:00
sim_panel_base.h simulator: update dialog to handle R, I & TEMP DC sweeps 2021-01-25 21:29:13 +00:00
sim_plot_frame.cpp Prevent addition of false plot when current plot panel is not in m_plots 2021-01-30 02:04:57 +01:00
sim_plot_frame.h Fix more broken Doxygen comment specifiers. 2021-01-26 12:17:52 -05:00
sim_plot_frame_base.cpp Eeschema: adding .op SPICE simulation support 2020-04-15 01:51:58 +00:00
sim_plot_frame_base.fbp Eeschema: adding .op SPICE simulation support 2020-04-15 01:51:58 +00:00
sim_plot_frame_base.h Eeschema: adding .op SPICE simulation support 2020-04-15 01:51:58 +00:00
sim_plot_panel.cpp simulator: update dialog to handle R, I & TEMP DC sweeps 2021-01-25 21:29:13 +00:00
sim_plot_panel.h Fix the last of broken Doxygen comment specifiers. 2021-01-27 17:39:44 -05:00
sim_types.h Fix more broken Doxygen comment specifiers. 2021-01-26 12:17:52 -05:00
spice_reporter.h Changed the simulator code license to GPLv3+ 2016-08-11 14:41:43 +02:00
spice_simulator.cpp Cleanup creation of all our smart pointers 2020-10-26 23:52:44 +00:00
spice_simulator.h Fix more broken Doxygen comment specifiers. 2021-01-26 12:17:52 -05:00
spice_value.cpp Move LOCALE_IO out of common.h 2020-10-23 21:49:42 -04:00
spice_value.h Fix more broken Doxygen comment specifiers. 2021-01-26 12:17:52 -05:00