Improve layers

This commit is contained in:
luboslenco
2019-03-27 14:26:51 +01:00
parent 7aaab6fdcc
commit 45afb51e9e
12 changed files with 233 additions and 133 deletions
+4
View File
@@ -192,6 +192,8 @@ class Project {
ViewportUtil.resetViewport();
UITrait.inst.ddirty = 4;
UITrait.inst.hwnd.redraws = 2;
UITrait.inst.hwnd1.redraws = 2;
UITrait.inst.hwnd2.redraws = 2;
if (current != null) current.begin(false);
});
@@ -347,6 +349,8 @@ class Project {
UITrait.inst.ddirty = 4;
UITrait.inst.hwnd.redraws = 2;
UITrait.inst.hwnd1.redraws = 2;
UITrait.inst.hwnd2.redraws = 2;
iron.data.Data.deleteBlob(path);
});