Commit 518fdb93 authored by jean-pierre charras's avatar jean-pierre charras

Pcbnew: Fix unwanted selection clarification popmenu in board editor after...

Pcbnew: Fix unwanted selection clarification popmenu in board editor after double clicking on a DRC Unconnected error
 (For DRC clearance error, it was fixed  in bzr 3838, but forgotten for DRC Unconnected error)
parent 0cb7b848
......@@ -489,8 +489,9 @@ void DIALOG_DRC_CONTROL::OnLeftDClickUnconnected( wxMouseEvent& event )
Show( false );
// intermittently, still get the popup window, even with this.
event.StopPropagation();
// We do not want the clarification popup window.
// when releasing the left button in the main window
m_Parent->SkipNextLeftButtonReleaseEvent();
}
}
}
......
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