Correzioni
This commit is contained in:
@@ -94,10 +94,14 @@ namespace WebWindowComplex.Models
|
||||
return JsonFill;
|
||||
}
|
||||
|
||||
internal void SetSelFillType(FillTypes value)
|
||||
{
|
||||
m_SelFillType = value;
|
||||
//m_ParentWindow.OnUpdatePreview(m_ParentWindow.sSerialized());
|
||||
}
|
||||
internal void SetFillType(FillTypes value)
|
||||
{
|
||||
m_SelFillType = value;
|
||||
m_ParentWindow.OnUpdatePreview(m_ParentWindow.sSerialized());
|
||||
}
|
||||
|
||||
#endregion Internal Methods
|
||||
|
||||
Reference in New Issue
Block a user