Refresh panel after Block move (otherwise, no-longer-dangling ends of e.g. HierLabels are still displayed)

This commit is contained in:
diemer 2008-03-30 11:00:04 +00:00
parent c4815e1d6d
commit f7e9f2c086
1 changed files with 1 additions and 0 deletions

View File

@ -135,6 +135,7 @@ void WinEDA_SchematicFrame::HandleBlockPlace( wxDC* DC )
MoveStruct( DrawPanel, DC, block->m_BlockDrawStruct );
block->m_BlockDrawStruct = NULL;
DrawPanel->Refresh( TRUE );
break;
case BLOCK_COPY: /* Copy */