MacOSX: fixes refresh of lines and outlines when drawing
This commit is contained in:
parent
b18e3f5372
commit
3e7c4a7624
|
@ -353,6 +353,9 @@ void PCB_EDIT_FRAME::SaveCopyInUndoList( BOARD_ITEM* aItem,
|
||||||
case UR_ROTATED_CLOCKWISE:
|
case UR_ROTATED_CLOCKWISE:
|
||||||
case UR_DELETED:
|
case UR_DELETED:
|
||||||
commandToUndo->PushItem( itemWrapper );
|
commandToUndo->PushItem( itemWrapper );
|
||||||
|
#ifdef USE_WX_OVERLAY
|
||||||
|
m_canvas->Refresh();
|
||||||
|
#endif
|
||||||
break;
|
break;
|
||||||
|
|
||||||
default:
|
default:
|
||||||
|
|
Loading…
Reference in New Issue