DataWindow :
- aggiornate chiavi tabelle per liste con dimensioni vetri e pezzi.
This commit is contained in:
@@ -292,7 +292,7 @@ local function WinGetSectionsTotalLenghts()
|
||||
end
|
||||
end
|
||||
if not bFound then
|
||||
table.insert( WDG.SECTIONS_LENGTHS, { w = dWidth, h = dHeight, l = dLen})
|
||||
table.insert( WDG.SECTIONS_LENGTHS, { W = dWidth, H = dHeight, L = dLen})
|
||||
end
|
||||
end
|
||||
end
|
||||
@@ -315,7 +315,7 @@ local function WinGetGlassesList()
|
||||
local dW = EgtGetInfo( nLayerId, WIN_GEOWIDTH, 'd') or 0
|
||||
local dL = EgtGetInfo( nLayerId, WIN_GEOHEIGHT, 'd') or 0
|
||||
local dT = EgtGetInfo( nLayerId, WIN_GLASSTHICKNESS, 'd') or 0
|
||||
table.insert( WDG.GLASSES_LIST, { bRect = bShapeRect, w = dW, l = dL, t = dT})
|
||||
table.insert( WDG.GLASSES_LIST, { Rect = bShapeRect, W = dW, L = dL, T = dT})
|
||||
end
|
||||
nPartId = EgtGetNextPart( nPartId)
|
||||
end
|
||||
|
||||
Reference in New Issue
Block a user