Clear text before replacing in ImportSettingsFrom.

This commit is contained in:
Jeff Young 2024-02-01 18:05:23 +00:00
parent e760317af6
commit 782af3a918
4 changed files with 3 additions and 1 deletions

View File

@ -532,6 +532,7 @@ target_link_libraries( eeschema
# There's way too much crap coming in from common yet.
gal
common
pcbcommon
argparse::argparse
${wxWidgets_LIBRARIES}
)

View File

@ -27,11 +27,11 @@
#define FP_LIB_TABLE_H_
#include <lib_table_base.h>
#include <pcb_io/pcb_io.h>
#include <pcb_io/pcb_io_mgr.h>
class FOOTPRINT;
class FP_LIB_TABLE_GRID;
class PCB_IO;
/**

View File

@ -32,6 +32,7 @@
#include <i18n_utility.h>
#include <io/io_base.h>
#include <io/io_mgr.h>
#include <pcb_io/pcb_io.h>
class BOARD;
class PCB_IO;