Merge cleanup

This commit is contained in:
luboslenco
2021-01-14 12:19:24 +01:00
parent 94ec112247
commit 673fef231d
24 changed files with 76 additions and 490 deletions
+1 -1
View File
@@ -411,7 +411,7 @@ class RenderPathPaint {
var fillLayer = Context.layer.fill_layer != null && !Context.layerIsMask;
var fillMask = Context.layer.fill_mask != null && Context.layerIsMask;
if (!App.uiEnabled || App.isDragging || UIHeader.inst.worktab.position == SpaceRender || fillLayer || fillMask) {
if (!App.uiEnabled || App.isDragging || fillLayer || fillMask) {
return;
}