diff --git a/Test.UI/Components/Pages/EditJWD.razor.cs b/Test.UI/Components/Pages/EditJWD.razor.cs index 0932c07..e08d6ae 100644 --- a/Test.UI/Components/Pages/EditJWD.razor.cs +++ b/Test.UI/Components/Pages/EditJWD.razor.cs @@ -87,7 +87,6 @@ namespace Test.UI.Components.Pages protected List AvailProfileList { get; set; } = new List() { - new string("AlzanteScorrevole"), new string("Profilo78"), new string("ProfiloSaomad") }; diff --git a/WebWindowComplex/Models/Area.cs b/WebWindowComplex/Models/Area.cs index 8925270..d5aad2e 100644 --- a/WebWindowComplex/Models/Area.cs +++ b/WebWindowComplex/Models/Area.cs @@ -332,7 +332,7 @@ namespace WebWindowComplex.Models } } } - else if (countAbsolute < sash.SashList.Count) + else if (countAbsolute < sash.SashList.Count && countPercentage != sash.SashList.Count && countProportional != sash.SashList.Count) { if (countPercentage > 0 && countPercentage <= sash.SashList.Count && countProportional == 0) { diff --git a/WebWindowComplex/WebWindowComplex.csproj b/WebWindowComplex/WebWindowComplex.csproj index fb627dc..fc6086b 100644 --- a/WebWindowComplex/WebWindowComplex.csproj +++ b/WebWindowComplex/WebWindowComplex.csproj @@ -6,7 +6,7 @@ net8.0 enable enable - 2.7.12.1718 + 2.7.12.1812 Annamaria Sassi Egalware Componente gestione Configurazioni avanzate Window per LUX @@ -390,6 +390,16 @@ + + + + + + + + + + diff --git a/WebWindowConfigurator/WebWindowConfigurator.csproj b/WebWindowConfigurator/WebWindowConfigurator.csproj index 2410057..99deb6a 100644 --- a/WebWindowConfigurator/WebWindowConfigurator.csproj +++ b/WebWindowConfigurator/WebWindowConfigurator.csproj @@ -6,7 +6,7 @@ net8.0 enable enable - 2.7.12.1718 + 2.7.12.1812 Annamaria Sassi Egalware Componente gestione JWD per LUX @@ -467,6 +467,22 @@ + + + + + + + + + + + + + + + +