MacOSX: fixes refresh of lines and outlines when drawing

This commit is contained in:
unknown 2012-12-06 19:10:58 +01:00
parent a2d65bb523
commit a96a265a7b
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: