Commit bc8f250b authored by jean-pierre charras's avatar jean-pierre charras

Fix bug 726387.

parent bd7e8e53
......@@ -87,6 +87,7 @@ void SCH_SHEET_PIN::Place( SCH_EDIT_FRAME* frame, wxDC* DC )
ConstraintOnEdge( frame->GetScreen()->GetCrossHairPosition() );
Sheet->Draw( frame->DrawPanel, DC, wxPoint( 0, 0 ), GR_DEFAULT_DRAWMODE );
frame->DrawPanel->SetMouseCapture( NULL, NULL );
frame->DrawPanel->EndMouseCapture();
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment