Browse Source

Fixed bug: module editor doesn't respect global "per module" solder mask clearance (GAL).

pull/1/head
Maciej Suminski 12 years ago
parent
commit
2f7b9bcd71
  1. 1
      pcbnew/modedit.cpp

1
pcbnew/modedit.cpp

@ -584,6 +584,7 @@ void FOOTPRINT_EDIT_FRAME::Process_Special_Functions( wxCommandEvent& event )
int ret = dialog.ShowModal(); int ret = dialog.ShowModal();
GetScreen()->GetCurItem()->ClearFlags(); GetScreen()->GetCurItem()->ClearFlags();
GetBoard()->m_Modules.GetFirst()->ViewUpdate();
if( ret > 0 ) if( ret > 0 )
m_canvas->Refresh(); m_canvas->Refresh();

Loading…
Cancel
Save