eeschema: fix dangling pin marker after adding NoConnect
Fixes: lp:1787858 * https://bugs.launchpad.net/kicad/+bug/1787858
This commit is contained in:
parent
831978293f
commit
182b8a32df
|
@ -777,6 +777,7 @@ SCH_NO_CONNECT* SCH_EDIT_FRAME::AddNoConnect( const wxPoint& aPosition )
|
|||
SetRepeatItem( no_connect );
|
||||
GetScreen()->Append( no_connect );
|
||||
SchematicCleanUp();
|
||||
GetScreen()->TestDanglingEnds();
|
||||
OnModify();
|
||||
m_canvas->Refresh();
|
||||
SaveCopyInUndoList( no_connect, UR_NEW );
|
||||
|
|
Loading…
Reference in New Issue