- Aggiunte traduzioni pagina Inglesine
- Modifiche interfaccia - Correzioni varie
This commit is contained in:
@@ -629,9 +629,9 @@ namespace WebWindowComplex
|
||||
foreach (var fill in FillList)
|
||||
{
|
||||
if (!fill.FillType.Equals(reqFillTypes))
|
||||
return "btn btn-outline-secondary btn-sm";
|
||||
return "";
|
||||
}
|
||||
return "btn btn-secondary btn-sm";
|
||||
return "active";
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
@@ -967,7 +967,7 @@ namespace WebWindowComplex
|
||||
}
|
||||
case AreaTypes.SPLITTED:
|
||||
{
|
||||
if (node.ParentArea is Split && !IntoSash)
|
||||
if (node.ParentArea is Split)
|
||||
{
|
||||
m_SplittedList.Add((Splitted)node);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user