kicad/pcb_calculator/dialogs
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
..
dialog_regulator_form.cpp Stop using wxDialog::EndModal() from inside dialogs. 2021-07-21 17:38:14 -04:00
dialog_regulator_form.h Stop using wxDialog::EndModal() from inside dialogs. 2021-07-21 17:38:14 -04:00
dialog_regulator_form_base.cpp Stop using wxDialog::EndModal() from inside dialogs. 2021-07-21 17:38:14 -04:00
dialog_regulator_form_base.fbp Stop using wxDialog::EndModal() from inside dialogs. 2021-07-21 17:38:14 -04:00
dialog_regulator_form_base.h Stop using wxDialog::EndModal() from inside dialogs. 2021-07-21 17:38:14 -04:00
pcb_calculator_frame_base.cpp Pcb_calculator: track width tool: make resistivity value read only. 2021-05-13 10:35:23 +02:00
pcb_calculator_frame_base.fbp Pcb_calculator: track width tool: make resistivity value read only. 2021-05-13 10:35:23 +02:00
pcb_calculator_frame_base.h Fix degree symbol. 2021-02-15 18:37:10 +00:00