Commit a609f260 authored by Marco Mattila's avatar Marco Mattila
Browse files

Fix segfault when placing pins in libedit.

parent 821b8b65
Loading
Loading
Loading
Loading
+1 −1
Original line number Original line Diff line number Diff line
@@ -249,7 +249,7 @@ another pin. Continue?" ) );
    else
    else
        SaveCopyInUndoList( m_component );
        SaveCopyInUndoList( m_component );


    DrawPanel->EndMouseCapture();
    DrawPanel->SetMouseCapture( NULL, NULL );
    OnModify();
    OnModify();
    CurrentPin->SetPosition( newpos );
    CurrentPin->SetPosition( newpos );