Refresh panel after Block move (otherwise, no-longer-dangling ends of e.g. HierLabels are still displayed)
This commit is contained in:
parent
c4815e1d6d
commit
f7e9f2c086
|
@ -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 */
|
||||
|
|
Loading…
Reference in New Issue