Update librerie + refresh x main

This commit is contained in:
Samuele Locatelli
2025-11-07 18:00:01 +01:00
parent 4edcef86fc
commit 1345dcfe19
9 changed files with 77 additions and 42 deletions
+1 -1
View File
@@ -110,7 +110,7 @@ namespace WebWindowComplex.Models
}
set
{
if (value >= 0 && value <= 3)
if (value > 0 && value <= 3)
{
if (value > m_SashList.Count)
{