Aggiornato interfaccia
This commit is contained in:
@@ -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);
|
||||
}
|
||||
}
|
||||
|
||||
@@ -247,6 +247,20 @@
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user