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

Added missing ViewUpdate flag

parent 0b7305a8
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -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