Commit 54b424ab authored by dickelbeck's avatar dickelbeck
Browse files

fixed eeschema

parent 1efd56c1
Loading
Loading
Loading
Loading
+0 −1
Original line number Original line Diff line number Diff line
@@ -7,7 +7,6 @@ email address.


2007-Aug-31 UPDATE   Dick Hollenbeck <dick@softplc.com>
2007-Aug-31 UPDATE   Dick Hollenbeck <dick@softplc.com>
================================================================================
================================================================================
These changes broke EESCHEMA, will fix late on Sep 1.
+ pcbnew & gerbview
+ pcbnew & gerbview
  * Added TRACK::Copy() which can copy a SEGVIA or a TRACK.
  * 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.
  * Changed export_to_pcbnew.cpp so it created a SEGVIA properly, a significant change.
+1 −1
Original line number Original line Diff line number Diff line
@@ -34,7 +34,7 @@


/***********************************************************/
/***********************************************************/
DrawSheetStruct::DrawSheetStruct( const wxPoint& pos ) :
DrawSheetStruct::DrawSheetStruct( const wxPoint& pos ) :
    SCH_SCREEN( DRAW_SHEET_STRUCT_TYPE )
    SCH_SCREEN( SCHEMATIC_FRAME, DRAW_SHEET_STRUCT_TYPE )
/***********************************************************/
/***********************************************************/
{
{
    m_Label   = NULL;
    m_Label   = NULL;