Commit 04a18c10 authored by charras's avatar charras

Fixed bugs 2981754 and 2981759 (PCBnew crash when trying to add a new net name...

Fixed bugs 2981754 and 2981759 (PCBnew crash when trying to add a new net name to a pad) Linux specific, and perhaps due to a bug in wxGTK 2.8 (does not happen in 2.9)
parent a826420b
No preview for this file type
This diff is collapsed.
......@@ -646,7 +646,7 @@ void DIALOG_PAD_PROPERTIES::PadPropertiesAccept( wxCommandEvent& event )
m_CurrentPad->SetNet( net->GetNet() );
}
else
DisplayError( this, _( "Unknown netname, no change" ) );
DisplayError( NULL, _( "Unknown netname, no change" ) );
}
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment