Clear text before replacing in ImportSettingsFrom.
This commit is contained in:
parent
e760317af6
commit
782af3a918
|
@ -532,6 +532,7 @@ target_link_libraries( eeschema
|
||||||
# There's way too much crap coming in from common yet.
|
# There's way too much crap coming in from common yet.
|
||||||
gal
|
gal
|
||||||
common
|
common
|
||||||
|
pcbcommon
|
||||||
argparse::argparse
|
argparse::argparse
|
||||||
${wxWidgets_LIBRARIES}
|
${wxWidgets_LIBRARIES}
|
||||||
)
|
)
|
||||||
|
|
|
@ -27,11 +27,11 @@
|
||||||
#define FP_LIB_TABLE_H_
|
#define FP_LIB_TABLE_H_
|
||||||
|
|
||||||
#include <lib_table_base.h>
|
#include <lib_table_base.h>
|
||||||
#include <pcb_io/pcb_io.h>
|
|
||||||
#include <pcb_io/pcb_io_mgr.h>
|
#include <pcb_io/pcb_io_mgr.h>
|
||||||
|
|
||||||
class FOOTPRINT;
|
class FOOTPRINT;
|
||||||
class FP_LIB_TABLE_GRID;
|
class FP_LIB_TABLE_GRID;
|
||||||
|
class PCB_IO;
|
||||||
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|
|
@ -32,6 +32,7 @@
|
||||||
#include <i18n_utility.h>
|
#include <i18n_utility.h>
|
||||||
#include <io/io_base.h>
|
#include <io/io_base.h>
|
||||||
#include <io/io_mgr.h>
|
#include <io/io_mgr.h>
|
||||||
|
#include <pcb_io/pcb_io.h>
|
||||||
|
|
||||||
class BOARD;
|
class BOARD;
|
||||||
class PCB_IO;
|
class PCB_IO;
|
||||||
|
|
Loading…
Reference in New Issue