fix formatting goofs
This commit is contained in:
parent
8609dfe283
commit
e8ee26344f
|
@ -191,8 +191,8 @@ void PCB_EDIT_FRAME::Process_Special_Functions( wxCommandEvent& event )
|
|||
|
||||
case ID_OPEN_MODULE_EDITOR:
|
||||
{
|
||||
FOOTPRINT_EDIT_FRAME * editorFrame =
|
||||
FOOTPRINT_EDIT_FRAME::GetActiveFootprintEditor();
|
||||
FOOTPRINT_EDIT_FRAME* editorFrame = FOOTPRINT_EDIT_FRAME::GetActiveFootprintEditor();
|
||||
|
||||
if( editorFrame == NULL )
|
||||
{
|
||||
editorFrame = new FOOTPRINT_EDIT_FRAME( this, m_footprintLibTable );
|
||||
|
@ -833,9 +833,9 @@ void PCB_EDIT_FRAME::Process_Special_Functions( wxCommandEvent& event )
|
|||
GetCurItem()->SetTimeStamp( GetNewTimeStamp() );
|
||||
OnModify();
|
||||
}
|
||||
{
|
||||
FOOTPRINT_EDIT_FRAME * editorFrame = FOOTPRINT_EDIT_FRAME::GetActiveFootprintEditor();
|
||||
|
||||
{
|
||||
FOOTPRINT_EDIT_FRAME* editorFrame = FOOTPRINT_EDIT_FRAME::GetActiveFootprintEditor();
|
||||
|
||||
if( editorFrame == NULL )
|
||||
editorFrame = new FOOTPRINT_EDIT_FRAME( this, m_footprintLibTable );
|
||||
|
|
Loading…
Reference in New Issue