Migliorata interfaccia
This commit is contained in:
@@ -540,9 +540,12 @@ namespace WebWindowComplex.Models
|
||||
public void Remove()
|
||||
{
|
||||
ParentArea.AreaList.Remove(this);
|
||||
Fill newFill = Fill.CreateFill(ParentArea, FillTypes.GLASS);
|
||||
newFill.SetAreaType(AreaTypes.FILL);
|
||||
ParentArea.AreaList.Add(newFill);
|
||||
if(!(ParentArea is Fill))
|
||||
{
|
||||
Fill newFill = Fill.CreateFill(ParentArea, FillTypes.GLASS);
|
||||
newFill.SetAreaType(AreaTypes.FILL);
|
||||
ParentArea.AreaList.Add(newFill);
|
||||
}
|
||||
}
|
||||
|
||||
public List<SplitElementDimension> searchElemFromSubArea(int subArea)
|
||||
|
||||
Reference in New Issue
Block a user