work around debug assert
This commit is contained in:
parent
84d8e910e8
commit
e06b4c116b
|
@ -210,8 +210,6 @@ wxString timevalue;
|
|||
|
||||
bool WinEDA_PcbGeneralOptionsFrame::Create( wxWindow* parent, wxWindowID id, const wxString& caption, const wxPoint& pos, const wxSize& size, long style )
|
||||
{
|
||||
SetFont(*g_DialogFont);
|
||||
|
||||
////@begin WinEDA_PcbGeneralOptionsFrame member initialisation
|
||||
m_PolarDisplay = NULL;
|
||||
m_BoxUnits = NULL;
|
||||
|
|
|
@ -139,8 +139,8 @@ int StartCount;
|
|||
if( FindMarker ) msg = _("Marker not found");
|
||||
else msg.Printf( _("<%s> Not Found"), s_OldStringFound.GetData());
|
||||
DisplayError(this,msg, 10);
|
||||
EndModal(0);
|
||||
}
|
||||
EndModal(0);
|
||||
}
|
||||
|
||||
|
||||
|
|
Loading…
Reference in New Issue