Correzioni
This commit is contained in:
@@ -206,7 +206,10 @@ namespace WebWindowComplex.Models
|
||||
else
|
||||
{
|
||||
int deleteSubArea = ElemDimHorizList.Count + 1;
|
||||
ElemDimHorizList.RemoveAt(ElemDimHorizList.Count - 1);
|
||||
for (var SplitIndex = ElemDimHorizList.Count - 1; SplitIndex >= value; SplitIndex += -1)
|
||||
{
|
||||
ElemDimHorizList.RemoveAt(ElemDimHorizList.Count - 1);
|
||||
}
|
||||
if(nSplitQtyVert > 0)
|
||||
ElemDimVertList.RemoveAll(x => x.nSubArea == deleteSubArea);
|
||||
}
|
||||
@@ -371,7 +374,10 @@ namespace WebWindowComplex.Models
|
||||
if (m_bSplitStartVert)
|
||||
{
|
||||
int deleteSubArea = ElemDimVertList.Count + 1;
|
||||
ElemDimVertList.RemoveAt(ElemDimVertList.Count - 1);
|
||||
for (var SplitIndex = ElemDimVertList.Count - 1; SplitIndex >= value; SplitIndex += -1)
|
||||
{
|
||||
ElemDimVertList.RemoveAt(ElemDimVertList.Count - 1);
|
||||
}
|
||||
if(nSplitQtyHoriz > 0)
|
||||
ElemDimHorizList.RemoveAll(x=>x.nSubArea == deleteSubArea);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user