Commit f7e9f2c0 authored by diemer's avatar diemer

Refresh panel after Block move (otherwise, no-longer-dangling ends of e.g....

Refresh panel after Block move (otherwise, no-longer-dangling ends of e.g. HierLabels are still displayed)
parent c4815e1d
......@@ -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 */
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment