- cambiato nome arco a tre centri
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user