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