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)
This commit is contained in:
parent
0cb7b84880
commit
518fdb93e5
|
@ -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();
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue