DataWindow :

- correzione tipo dimensione.
This commit is contained in:
Annamaria Sassi
2025-12-02 16:36:50 +01:00
parent f81856f523
commit f20ff953d0
+1 -1
View File
@@ -102,7 +102,7 @@ end
---------------------------------------------------------------------
local function GetMeasureType( sMeasureType)
if sMeasureType == 'ABSOLUT' then
if sMeasureType == 'ABSOLUTE' then
return WIN_MEASURE.ABSOLUTE
elseif sMeasureType == 'PROPORTIONAL' then
return WIN_MEASURE.PROPORTIONAL