Browse Source

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

pull/1/head
diemer 18 years ago
parent
commit
f7e9f2c086
  1. 1
      eeschema/block.cpp

1
eeschema/block.cpp

@ -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…
Cancel
Save