eeschema: fix dangling pin marker after adding NoConnect

Fixes: lp:1787858
* https://bugs.launchpad.net/kicad/+bug/1787858
This commit is contained in:
Ronnie Gaensli 2018-08-19 23:38:08 +02:00 committed by Seth Hillbrand
parent 831978293f
commit 182b8a32df
1 changed files with 1 additions and 0 deletions

View File

@ -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 );