From 2c9a7ac9c13170600e0d650367c1bc7d8b1f9049 Mon Sep 17 00:00:00 2001 From: Annamaria Sassi Date: Thu, 18 Dec 2025 12:32:41 +0100 Subject: [PATCH] - Aggiornati nomi profili - Modificato comportamento dimensioni ante se sono solo in percentuale o proporzionale --- Test.UI/Components/Pages/EditJWD.razor.cs | 1 - WebWindowComplex/Models/Area.cs | 2 +- WebWindowComplex/WebWindowComplex.csproj | 12 +++++++++++- .../WebWindowConfigurator.csproj | 18 +++++++++++++++++- 4 files changed, 29 insertions(+), 4 deletions(-) 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 @@ + + + + + + + + + + + + + + + +