Browse Source

fixed eeschema

pull/1/head
dickelbeck 18 years ago
parent
commit
54b424ab8b
  1. 1
      change_log.txt
  2. 2
      eeschema/class_hierarchy_sheet.cpp
  3. 2031
      eeschema/locate.cpp

1
change_log.txt

@ -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.

2
eeschema/class_hierarchy_sheet.cpp

@ -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;

2031
eeschema/locate.cpp
File diff suppressed because it is too large
View File

Loading…
Cancel
Save