Fix nuovi eventi split

This commit is contained in:
Annamaria Sassi
2025-11-26 13:00:39 +01:00
parent 5f227241f8
commit afa394acec
5 changed files with 28 additions and 33 deletions
+3 -18
View File
@@ -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());
}
}