From 22cd396c8300d332c55526caba4bad9ef1bc02fc Mon Sep 17 00:00:00 2001 From: Samuele Locatelli Date: Tue, 21 Oct 2025 16:15:22 +0200 Subject: [PATCH] Aggiunta sash shape --- Egw.Window.Data/Enums.cs | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Egw.Window.Data/Enums.cs b/Egw.Window.Data/Enums.cs index 9c2d102..e6ab606 100644 --- a/Egw.Window.Data/Enums.cs +++ b/Egw.Window.Data/Enums.cs @@ -36,7 +36,8 @@ namespace Egw.Window.Data NULL = 0, LIST = 1, CALCHARDWARE = 2, - HARDWAREOPTIONS = 3 + HARDWAREOPTIONS = 3, + SASHSHAPE = 4 }