Update effect cache on setting change

This commit is contained in:
Jaex 2017-11-15 02:37:17 +03:00
parent 09f6edce4a
commit fbc335afcd

View file

@ -855,6 +855,7 @@ private void UpdateCurrentShape()
if (shape != null)
{
shape.OnConfigLoad();
shape.OnMoved();
}
}