diff --git a/eeschema/tools/sch_move_tool.cpp b/eeschema/tools/sch_move_tool.cpp index 87d2c0021b..958350716a 100644 --- a/eeschema/tools/sch_move_tool.cpp +++ b/eeschema/tools/sch_move_tool.cpp @@ -1455,7 +1455,10 @@ void SCH_MOVE_TOOL::setTransitions() void SCH_MOVE_TOOL::commitNewDragLines() { for( auto newLine : m_newDragLines ) + { saveCopyInUndoList( newLine, UNDO_REDO::NEWITEM, true ); + newLine->ClearEditFlags(); + } m_newDragLines.clear(); }