Fix bug 726387.

This commit is contained in:
jean-pierre charras 2011-02-28 10:06:56 +01:00
parent bd7e8e53a5
commit bc8f250b8b
1 changed files with 1 additions and 0 deletions

View File

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