Fix nuovi eventi split
This commit is contained in:
@@ -20,29 +20,14 @@ namespace WebWindowComplex.Models
|
||||
|
||||
#region Public Properties
|
||||
|
||||
/// <summary>
|
||||
/// Larghezza gruppo split
|
||||
/// </summary>
|
||||
//public double Width
|
||||
//public bool bIsPercentage
|
||||
//{
|
||||
// get
|
||||
// {
|
||||
// return m_Width;
|
||||
// }
|
||||
// set
|
||||
// {
|
||||
// m_Width = value;
|
||||
// return m_bIsPercentage;
|
||||
// }
|
||||
//}
|
||||
|
||||
public bool bIsPercentage
|
||||
{
|
||||
get
|
||||
{
|
||||
return m_bIsPercentage;
|
||||
}
|
||||
}
|
||||
|
||||
public bool bSplitStartVert
|
||||
{
|
||||
get
|
||||
@@ -52,7 +37,7 @@ namespace WebWindowComplex.Models
|
||||
set
|
||||
{
|
||||
m_bSplitStartVert = value;
|
||||
m_ParentWindow.OnUpdatePreview(m_ParentWindow.sSerialized());
|
||||
//m_ParentWindow.OnUpdatePreview(m_ParentWindow.sSerialized());
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user