Fix fill layer update when object mask is set

This commit is contained in:
luboslenco
2021-01-22 13:03:46 +01:00
parent a54b212e25
commit 7ae6dcbc13
+1
View File
@@ -617,6 +617,7 @@ class TabLayers {
MakeMaterial.parseMeshMaterial();
if (l.fill_layer != null) { // Fill layer
function _init() {
Context.material = l.fill_layer;
l.clear();
Layers.updateFillLayers();
}