Correzione
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user