Selezione hw option

This commit is contained in:
Annamaria Sassi
2025-10-29 14:42:02 +01:00
parent 3f8f97c29e
commit 86fe130edf
6 changed files with 58 additions and 14 deletions
+4
View File
@@ -771,6 +771,10 @@ namespace WebWindowComplex
// Inserisco le forme ricevuto nei sash group
foreach (var item in LiveData.DictShape)
{
//if (LiveData.DictShape.ContainsKey(item.GroupId))
//{
// item.UpdateShape(LiveData.DictOptionsXml[item.GroupId]);
//}
Sash sashFromGroupId = SashList.Where(x => x.GroupId == item.Key).ToList().First();
sashFromGroupId.SashShape = item.Value;
sashFromGroupId.UpdateShape(item.Value);