- cambiato nome arco a tre centri

This commit is contained in:
Emmanuele Sassi
2025-11-04 12:16:09 +01:00
parent 67589d44ef
commit b0259acf2f
4 changed files with 5 additions and 3 deletions
+2
View File
@@ -58,6 +58,8 @@ local function GetFrameShape( sShape)
return WIN_FRAME_TYPES.SEGMENTAL_ARC
elseif sShape == 'DOUBLEARC' then
return WIN_FRAME_TYPES.POINTED_ARC
elseif sShape == 'THREECENTERARC' then
return WIN_FRAME_TYPES.THREE_CENTER_ARC
elseif sShape == 'TRIANGLE' then
return WIN_FRAME_TYPES.TRG
end