Avoid Pcbnew crash when double clicking in DIALOG_DRC on a error item.
This commit is contained in:
parent
c21883c8c9
commit
39d2a46b30
|
@ -363,7 +363,8 @@ void DIALOG_DRC::OnDRCItemDClick( wxDataViewEvent& aEvent )
|
|||
Show( false );
|
||||
}
|
||||
|
||||
aEvent.Skip();
|
||||
// Do not skip aVent here: tihs is not useful, and Pcbnew crashes
|
||||
// if skipped (at least on Windows)
|
||||
}
|
||||
|
||||
|
||||
|
|
Loading…
Reference in New Issue