设计器

优化保存加载
This commit is contained in:
JianjunLiu
2022-10-19 11:19:00 +08:00
parent e2cc54dcbc
commit 85d5aea39e
4 changed files with 74 additions and 35 deletions
+1 -1
View File
@@ -552,7 +552,7 @@ public //
for i,vi in ps do
begin
n := vi["name"];
if ifarray(FChangedPropertiesflg) and FChangedPropertiesflg[n] then continue;
if (f<>2) and ifarray(FChangedPropertiesflg) and FChangedPropertiesflg[n] then continue;
vv := FChangedProperties[n];
if ifnil(vv)then continue;
vit := vi["type"];