Commit 3e7c4a76 authored by marco.'s avatar marco.

MacOSX: fixes refresh of lines and outlines when drawing

parent b18e3f53
......@@ -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:
......
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