Undo commit -r 6533.
This commit is contained in:
parent
7b5823185a
commit
663394749d
|
@ -357,7 +357,7 @@ SCH_SHEET* SCH_EDIT_FRAME::CreateSheet( wxDC* aDC )
|
||||||
|
|
||||||
sheet->SetFlags( IS_NEW | IS_RESIZED );
|
sheet->SetFlags( IS_NEW | IS_RESIZED );
|
||||||
sheet->SetTimeStamp( GetNewTimeStamp() );
|
sheet->SetTimeStamp( GetNewTimeStamp() );
|
||||||
sheet->SetParent( GetCurrentSheet().Last() );
|
sheet->SetParent( GetScreen() );
|
||||||
sheet->SetScreen( NULL );
|
sheet->SetScreen( NULL );
|
||||||
|
|
||||||
// need to check if this is being added to the GetDrawItems().
|
// need to check if this is being added to the GetDrawItems().
|
||||||
|
|
Loading…
Reference in New Issue