Commit 2f7b9bcd authored by Maciej Suminski's avatar Maciej Suminski
Browse files

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

parent 0ec256cc
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -584,6 +584,7 @@ void FOOTPRINT_EDIT_FRAME::Process_Special_Functions( wxCommandEvent& event )

            int ret = dialog.ShowModal();
            GetScreen()->GetCurItem()->ClearFlags();
            GetBoard()->m_Modules.GetFirst()->ViewUpdate();

            if( ret > 0 )
                m_canvas->Refresh();