Fix bug 726387.
This commit is contained in:
parent
bd7e8e53a5
commit
bc8f250b8b
|
@ -87,6 +87,7 @@ void SCH_SHEET_PIN::Place( SCH_EDIT_FRAME* frame, wxDC* DC )
|
||||||
ConstraintOnEdge( frame->GetScreen()->GetCrossHairPosition() );
|
ConstraintOnEdge( frame->GetScreen()->GetCrossHairPosition() );
|
||||||
|
|
||||||
Sheet->Draw( frame->DrawPanel, DC, wxPoint( 0, 0 ), GR_DEFAULT_DRAWMODE );
|
Sheet->Draw( frame->DrawPanel, DC, wxPoint( 0, 0 ), GR_DEFAULT_DRAWMODE );
|
||||||
|
frame->DrawPanel->SetMouseCapture( NULL, NULL );
|
||||||
frame->DrawPanel->EndMouseCapture();
|
frame->DrawPanel->EndMouseCapture();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue