From 24af7490bbc109bdf9f8e1f65301d08d824ca612 Mon Sep 17 00:00:00 2001 From: Maciej Suminski Date: Wed, 2 Oct 2013 11:25:04 +0200 Subject: [PATCH] Added missing ViewUpdate flag --- pcbnew/tools/move_tool.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/pcbnew/tools/move_tool.cpp b/pcbnew/tools/move_tool.cpp index f3a027e410..39324538d1 100644 --- a/pcbnew/tools/move_tool.cpp +++ b/pcbnew/tools/move_tool.cpp @@ -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