Loading pcbnew/tools/move_tool.cpp +1 −0 Original line number Diff line number Diff line Loading @@ -148,6 +148,7 @@ int MOVE_TOOL::Main( TOOL_EVENT& aEvent ) if( restore ) { // Modifications has to be rollbacked, so restore the previous state of items selection.group->ItemsViewUpdate( VIEW_ITEM::APPEARANCE ); m_state.RestoreAll(); } else Loading Loading
pcbnew/tools/move_tool.cpp +1 −0 Original line number Diff line number Diff line Loading @@ -148,6 +148,7 @@ int MOVE_TOOL::Main( TOOL_EVENT& aEvent ) if( restore ) { // Modifications has to be rollbacked, so restore the previous state of items selection.group->ItemsViewUpdate( VIEW_ITEM::APPEARANCE ); m_state.RestoreAll(); } else Loading