diff --git a/WebWindowComplex/Models/Split.cs b/WebWindowComplex/Models/Split.cs
index 16439ba..d41dc51 100644
--- a/WebWindowComplex/Models/Split.cs
+++ b/WebWindowComplex/Models/Split.cs
@@ -35,7 +35,7 @@ namespace WebWindowComplex.Models
m_ElemDimVertList.Clear();
m_ElemDimHorizList.Clear();
double thickness = 78;
- if (ParentArea.ParentArea is Sash)
+ if (ParentArea is Sash || ParentArea.ParentArea is Sash)
thickness = 60;
if (value)
{
@@ -630,7 +630,7 @@ namespace WebWindowComplex.Models
else
{
double thickness = 78;
- if (ParentArea.ParentArea is Sash)
+ if (ParentArea is Sash || ParentArea.ParentArea is Sash)
thickness = 60;
// Un Elemento per ogni dimensione principale e per ogni sotto dimensione
if (bSplitStartVert)
@@ -681,7 +681,7 @@ namespace WebWindowComplex.Models
else
{
double thickness = 78;
- if (ParentArea.ParentArea is Sash)
+ if (ParentArea is Sash || ParentArea.ParentArea is Sash)
thickness = 60;
// Un Elemento per ogni dimensione principale e per ogni sotto dimensione
if (bSplitStartVert)
diff --git a/WebWindowComplex/WebWindowComplex.csproj b/WebWindowComplex/WebWindowComplex.csproj
index e776bc8..4367ad0 100644
--- a/WebWindowComplex/WebWindowComplex.csproj
+++ b/WebWindowComplex/WebWindowComplex.csproj
@@ -6,7 +6,7 @@
net8.0
enable
enable
- 3.1.3.414
+ 3.1.3.415
Annamaria Sassi
Egalware
Componente gestione Configurazioni avanzate Window per LUX
@@ -268,6 +268,10 @@
+
+
+
+
diff --git a/WebWindowConfigurator/WebWindowConfigurator.csproj b/WebWindowConfigurator/WebWindowConfigurator.csproj
index f394bb7..7d01064 100644
--- a/WebWindowConfigurator/WebWindowConfigurator.csproj
+++ b/WebWindowConfigurator/WebWindowConfigurator.csproj
@@ -6,7 +6,7 @@
net8.0
enable
enable
- 3.1.3.414
+ 3.1.3.415
Annamaria Sassi
Egalware
Componente gestione JWD per LUX
@@ -221,6 +221,10 @@
+
+
+
+