Commit 24af7490 authored by Maciej Suminski's avatar Maciej Suminski

Added missing ViewUpdate flag

parent 0b7305a8
......@@ -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
......
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