DataWindow: correzione lettura joint anta singola
This commit is contained in:
@@ -231,7 +231,7 @@ local function ConvertTableToGeometry( AreaTable, nParentId)
|
||||
|
||||
-- anta singola
|
||||
if #tSashes == 1 then
|
||||
local vJoints = GetJoints( AreaTable[JWD_JOINTS])
|
||||
local vJoints = GetJoints( tSashes[1][JWD_JOINTS])
|
||||
local nOpeningType = GetOpeningType( tSashes[1][JWD_OPENING_TYPE])
|
||||
local nAreaId = WinCreate.AddSash( nParentId, vJoints, nOpeningType, nAreaNbr)
|
||||
-- aggiungo ferramenta sull'anta
|
||||
|
||||
Reference in New Issue
Block a user