Browse Source

Module editor: modules are shown in GAL mode when loaded from file/library.

pull/1/head
Maciej Suminski 11 years ago
parent
commit
e3015930f1
  1. 1
      pcbnew/librairi.cpp
  2. 1
      pcbnew/modedit.cpp

1
pcbnew/librairi.cpp

@ -274,6 +274,7 @@ MODULE* FOOTPRINT_EDIT_FRAME::Import_Module()
PlaceModule( module, NULL );
GetBoard()->m_Status_Pcb = 0;
GetBoard()->BuildListOfNets();
updateView();
return module;
}

1
pcbnew/modedit.cpp

@ -541,6 +541,7 @@ void FOOTPRINT_EDIT_FRAME::Process_Special_Functions( wxCommandEvent& event )
m_Draw3DFrame->NewDisplay();
GetScreen()->ClrModify();
updateView();
break;

Loading…
Cancel
Save