- Cambiata gestione inizializzazione dati

- Aggiunto reset shape nell'aggiunta sashGroup
- Tolta chiamatareset dict nel cambiare shape split
This commit is contained in:
Annamaria Sassi
2026-03-24 12:01:58 +01:00
parent c3fcfad641
commit 52bdaec430
8 changed files with 204 additions and 321 deletions
-15
View File
@@ -1468,21 +1468,6 @@ namespace WebWindowComplex
for (int elem = 2; elem <= elemList.Count - 2; elem++)
elemList.ElementAt(elem).SetOverlapElement(Window.m_ParameterList.GetValueOrDefault(overlapNameTop + "_Overlap"));
elemList.Last().SetOverlapElement(Window.m_ParameterList.GetValueOrDefault(overlapNameSx + "_Overlap"));
//bool recalcDim = false;
//for(int i = 0; i < elemList.Count; i++)
//{
// if (!elemList.ElementAt(i).Equals(elemOld.ElementAt(i)))
// recalcDim = true;
//}
//if (recalcDim)
//{
// Frame frame = sash.ParentWindow.AreaList.First();
// if (frame != null)
// {
// frame.SearchAreaList(frame, frame.AvailWidthArea(), "Width");
// frame.SearchAreaList(frame, frame.AvailHeightArea(), "Height");
// }
//}
}
/// <summary>