Aggiornato interfaccia

This commit is contained in:
Annamaria Sassi
2025-12-05 16:54:25 +01:00
parent 8db91ae95a
commit 8e7bdb235f
8 changed files with 47 additions and 20 deletions
+2 -2
View File
@@ -138,7 +138,7 @@ namespace WebWindowComplex.Compo
currFrame = CurrFrameWindow,
svgNoHw = true
};
await EC_ReqResetDictShape.InvokeAsync();
await EC_ReqResetDictShape.InvokeAsync(new DataUpdateRes { req=LayoutConst.DataAction.ResetDictShape});
await EC_ReqOptionHw.InvokeAsync(CurrFrameWindow);
await EC_UpdatePreview.InvokeAsync(args);
}
@@ -189,7 +189,7 @@ namespace WebWindowComplex.Compo
currFrame = CurrFrameWindow,
svgNoHw = true
};
await EC_ReqResetDictShape.InvokeAsync();
await EC_ReqResetDictShape.InvokeAsync(new DataUpdateRes { req = LayoutConst.DataAction.ResetDictShape });
await EC_UpdatePreview.InvokeAsync(args);
}
}
+14
View File
@@ -247,6 +247,20 @@