Undo commit -r 6533.

This commit is contained in:
Wayne Stambaugh 2016-02-15 15:13:27 -05:00
parent 7b5823185a
commit 663394749d
1 changed files with 1 additions and 1 deletions

View File

@ -357,7 +357,7 @@ SCH_SHEET* SCH_EDIT_FRAME::CreateSheet( wxDC* aDC )
sheet->SetFlags( IS_NEW | IS_RESIZED );
sheet->SetTimeStamp( GetNewTimeStamp() );
sheet->SetParent( GetCurrentSheet().Last() );
sheet->SetParent( GetScreen() );
sheet->SetScreen( NULL );
// need to check if this is being added to the GetDrawItems().