fixed eeschema
This commit is contained in:
parent
1efd56c11d
commit
54b424ab8b
|
@ -7,7 +7,6 @@ email address.
|
|||
|
||||
2007-Aug-31 UPDATE Dick Hollenbeck <dick@softplc.com>
|
||||
================================================================================
|
||||
These changes broke EESCHEMA, will fix late on Sep 1.
|
||||
+ pcbnew & gerbview
|
||||
* Added TRACK::Copy() which can copy a SEGVIA or a TRACK.
|
||||
* Changed export_to_pcbnew.cpp so it created a SEGVIA properly, a significant change.
|
||||
|
|
|
@ -34,7 +34,7 @@
|
|||
|
||||
/***********************************************************/
|
||||
DrawSheetStruct::DrawSheetStruct( const wxPoint& pos ) :
|
||||
SCH_SCREEN( DRAW_SHEET_STRUCT_TYPE )
|
||||
SCH_SCREEN( SCHEMATIC_FRAME, DRAW_SHEET_STRUCT_TYPE )
|
||||
/***********************************************************/
|
||||
{
|
||||
m_Label = NULL;
|
||||
|
|
1855
eeschema/locate.cpp
1855
eeschema/locate.cpp
File diff suppressed because it is too large
Load Diff
Loading…
Reference in New Issue