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

Mark layers as dirty on VIEW_ITEM removal.

parent 89a138c0
...@@ -108,6 +108,7 @@ void VIEW::Remove( VIEW_ITEM* aItem ) ...@@ -108,6 +108,7 @@ void VIEW::Remove( VIEW_ITEM* aItem )
{ {
VIEW_LAYER* l = & ( ( *i ).second ); VIEW_LAYER* l = & ( ( *i ).second );
l->items->Remove( aItem ); l->items->Remove( aItem );
l->isDirty = true;
} }
} }
......
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