kicad/demos/simulation
Wayne Stambaugh 1a301d8eea Stop using wxDialog::EndModal() from inside dialogs.
Calling wxDialog::EndModal() directly from inside the dialog is a
potential bug if the dialog is shown in the modeless or window modal
(quasi-modal).  Use the internal button events where possible and
check for the appropriate mode before calling the correct end dialog
function.
2021-07-21 17:38:14 -04:00
..
laser_driver Update demos 2020-11-08 20:26:37 +01:00
pspice Update demos 2020-11-08 20:26:37 +01:00
rectifier Update demos 2020-11-08 20:26:37 +01:00
sallen_key Stop using wxDialog::EndModal() from inside dialogs. 2021-07-21 17:38:14 -04:00
v_i_sources Update demos 2020-11-09 11:10:25 +01:00