diff --git a/WebWindowComplex/Models/SplitDimension.cs b/WebWindowComplex/Models/SplitDimension.cs
index 7a340d4..ccf9056 100644
--- a/WebWindowComplex/Models/SplitDimension.cs
+++ b/WebWindowComplex/Models/SplitDimension.cs
@@ -536,9 +536,9 @@ namespace WebWindowComplex.Models
else if (area is Sash)
{
Sash s = (Sash)area;
- height = height - s.SashList.First().ElementDimensionList.First().dDimension
+ double dim = height - s.SashList.First().ElementDimensionList.First().dDimension
- s.SashList.First().ElementDimensionList.ElementAt(s.SashList.First().ElementDimensionList.Count - 2).dDimension;
- res = CalculateHeightSplitGroup(item, height, res);
+ res = CalculateHeightSplitGroup(item, dim, res);
if (res.m_Dimension != -1 && res.m_Found)
return res;
}
diff --git a/WebWindowComplex/WebWindowComplex.csproj b/WebWindowComplex/WebWindowComplex.csproj
index 6dfba70..e9d3094 100644
--- a/WebWindowComplex/WebWindowComplex.csproj
+++ b/WebWindowComplex/WebWindowComplex.csproj
@@ -6,7 +6,7 @@
net8.0
enable
enable
- 3.1.2.1716
+ 3.1.2.1717
Annamaria Sassi
Egalware
Componente gestione Configurazioni avanzate Window per LUX
@@ -191,6 +191,9 @@
+
+
+
diff --git a/WebWindowConfigurator/WebWindowConfigurator.csproj b/WebWindowConfigurator/WebWindowConfigurator.csproj
index 64afb5e..f370bb1 100644
--- a/WebWindowConfigurator/WebWindowConfigurator.csproj
+++ b/WebWindowConfigurator/WebWindowConfigurator.csproj
@@ -6,7 +6,7 @@
net8.0
enable
enable
- 3.1.2.1716
+ 3.1.2.1717
Annamaria Sassi
Egalware
Componente gestione JWD per LUX
@@ -167,6 +167,9 @@
+
+
+