diff --git a/pcbnew/dialogs/dialog_drc.cpp b/pcbnew/dialogs/dialog_drc.cpp index 293dc3d378..c524de739b 100644 --- a/pcbnew/dialogs/dialog_drc.cpp +++ b/pcbnew/dialogs/dialog_drc.cpp @@ -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) }