Commit 6b3742b7 authored by Maciej Suminski's avatar Maciej Suminski
Browse files

Mark layers as dirty on VIEW_ITEM removal.

parent 89a138c0
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -108,6 +108,7 @@ void VIEW::Remove( VIEW_ITEM* aItem )
    {
        VIEW_LAYER* l = & ( ( *i ).second );
        l->items->Remove( aItem );
        l->isDirty = true;
    }
}