Fix segfault when placing pins in libedit.
This commit is contained in:
parent
821b8b65ec
commit
a609f2606f
|
@ -249,7 +249,7 @@ another pin. Continue?" ) );
|
|||
else
|
||||
SaveCopyInUndoList( m_component );
|
||||
|
||||
DrawPanel->EndMouseCapture();
|
||||
DrawPanel->SetMouseCapture( NULL, NULL );
|
||||
OnModify();
|
||||
CurrentPin->SetPosition( newpos );
|
||||
|
||||
|
|
Loading…
Reference in New Issue