Correzione

This commit is contained in:
Annamaria Sassi
2026-03-04 15:09:44 +01:00
parent 2aa207d0d7
commit 80d7da0830
3 changed files with 13 additions and 5 deletions
+3 -3
View File
@@ -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)