Correzioni
This commit is contained in:
@@ -328,7 +328,10 @@ namespace WebWindowComplex.Models
|
||||
}
|
||||
set
|
||||
{
|
||||
m_bDimensionLight = value;
|
||||
if(m_bDimensionLight != value)
|
||||
{
|
||||
m_bDimensionLight = value;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
@@ -597,8 +600,6 @@ namespace WebWindowComplex.Models
|
||||
|
||||
private bool m_bHasHandle;
|
||||
|
||||
//private double m_dDimension;
|
||||
|
||||
private int m_nSashId;
|
||||
|
||||
private List<IdNameStruct> m_OpeningTypeList = new List<IdNameStruct>
|
||||
@@ -639,8 +640,6 @@ namespace WebWindowComplex.Models
|
||||
|
||||
private bool m_bDimensionLight = false;
|
||||
|
||||
//private MeasureTypes m_SelMeasureType;
|
||||
|
||||
#endregion Private Fields
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user