Mark layers as dirty on VIEW_ITEM removal.
This commit is contained in:
parent
89a138c09e
commit
6b3742b76b
|
@ -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;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue