Allow AppendBoard even in project mode.
This commit is contained in:
parent
f91487aa36
commit
ecd99633d8
|
@ -83,10 +83,10 @@ void PCB_EDIT_FRAME::ReCreateMenuBar()
|
|||
ACTION_CONDITIONS cond;
|
||||
cond.Enable( FILE_HISTORY::FileHistoryNotEmpty( fileHistory ) );
|
||||
RegisterUIUpdateHandler( item->GetId(), cond );
|
||||
}
|
||||
|
||||
fileMenu->Add( PCB_ACTIONS::appendBoard );
|
||||
fileMenu->AppendSeparator();
|
||||
}
|
||||
|
||||
fileMenu->Add( ACTIONS::save );
|
||||
|
||||
|
|
Loading…
Reference in New Issue