MacOSX: fixes refresh of lines and outlines when drawing

This commit is contained in:
marco. 2012-12-06 19:10:58 +01:00
parent b18e3f5372
commit 3e7c4a7624
1 changed files with 3 additions and 0 deletions

View File

@ -353,6 +353,9 @@ void PCB_EDIT_FRAME::SaveCopyInUndoList( BOARD_ITEM* aItem,
case UR_ROTATED_CLOCKWISE:
case UR_DELETED:
commandToUndo->PushItem( itemWrapper );
#ifdef USE_WX_OVERLAY
m_canvas->Refresh();
#endif
break;
default: