moved m_Layer into EDA_BaseStruct

This commit is contained in:
dickelbeck
2007-08-22 05:11:01 +00:00
parent 755c3a1b2e
commit e6239e7456
19 changed files with 1132 additions and 914 deletions
+5
View File
@@ -557,5 +557,10 @@ EDA_BaseStruct* BASE_SCREEN::GetItemFromRedoList( void )
void BASE_SCREEN::SetCurItem( EDA_BaseStruct* aCurItem )
{
#if defined(DEBUG)
printf( "SetCurItem(%p)\n", aCurItem );
#endif
m_CurrentItem = aCurItem;
}