kicad/pcbnew/microwave
Maciej Suminski 8b21a0a53d Changed PCB_BASE_FRAME::CreateNewModule() to stop adding modules to the board
When a new footprint is created, CreateNewModule() added it to a dummy
board in the footprint editor. If a footprint was indeed created (the
action has not been aborted) then the dummy board was cleared,
destroying the just created footprint. Also, the new footprint is later
added with AddModuleToBoard() call.

Fixes: lp:1761052
* https://bugs.launchpad.net/kicad/+bug/1761052
2018-04-04 09:34:12 +02:00
..
microwave_inductor.cpp Changed PCB_BASE_FRAME::CreateNewModule() to stop adding modules to the board 2018-04-04 09:34:12 +02:00
microwave_inductor.h Allow calling of MW inductor function externally 2017-03-20 16:10:51 +01:00