This commit is contained in:
MathemanFlo
2022-03-12 18:05:57 +01:00
parent 65209ba922
commit f31554577e
+2
View File
@@ -791,11 +791,13 @@ class Layers {
Context.pdirty = 0;
Context.ddirty = 2;
Context.rdirty = 2;
Context.layersPreviewDirty = true; // Repaint all layer previews as multiple layers might have changed.
if (current != null) current.begin(false);
Context.layer = _layer;
setObjectMask();
Context.tool = _tool;
Context.fillTypeHandle.position = _fillType;
MakeMaterial.parsePaintMaterial(false);
}
}