kicad/pcbnew/microwave
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
..
microwave_footprint.cpp More NULL expunging. 2021-07-20 07:27:18 -04:00
microwave_inductor.cpp Pull some name changes back from 7.0 to ease merging. 2021-07-21 20:58:59 +01:00
microwave_polygon.cpp Stop using wxDialog::EndModal() from inside dialogs. 2021-07-21 17:38:14 -04:00
microwave_tool.cpp Move grid disable modifier from ALT to CTRL. 2021-05-09 20:17:40 +01:00
microwave_tool.h Enum class PAD_ATTR_T 2021-05-01 10:51:54 -04:00