Fixed redrawing of dangling ends when connecting segments (not-anymore-dangling-ends were still displayed).

This commit is contained in:
diemer 2008-03-30 14:43:24 +00:00
parent 4dd4b6f5fe
commit dbba99a997
1 changed files with 1 additions and 1 deletions

View File

@ -343,7 +343,7 @@ void WinEDA_SchematicFrame::EndSegment( wxDC* DC )
{
case DRAW_JUNCTION_STRUCT_TYPE:
case DRAW_SEGMENT_STRUCT_TYPE:
RedrawOneStruct( DrawPanel, DC, item, GR_DEFAULT_DRAWMODE );
DrawPanel->PostDirtyRect(item->GetBoundingBox());
break;
default: