Fix instantly disappearing pop-up menu in eeschema
Fixes: lp:1798453 * https://bugs.launchpad.net/kicad/+bug/1798453
This commit is contained in:
parent
8091573bf7
commit
d6bc402f14
|
@ -300,7 +300,7 @@ void SCH_DRAW_PANEL::OnMouseEvent( wxMouseEvent& event )
|
|||
if( !event.IsButton() && !event.Moving() && !event.Dragging() )
|
||||
return;
|
||||
|
||||
if( event.RightDown() )
|
||||
if( event.RightUp() )
|
||||
{
|
||||
OnRightClick( event );
|
||||
return;
|
||||
|
|
Loading…
Reference in New Issue