DataWindow :

- correzioni e migliorie varie sulla ferramenta
- sistemazioni varie per alzante scorrevole.
This commit is contained in:
SaraP
2025-05-09 10:51:13 +02:00
parent 85964d5525
commit 708f0454ba
4 changed files with 499 additions and 238 deletions
-2
View File
@@ -64,8 +64,6 @@ _G.SetProfilePath = SetProfilePath
----------------------------------------------------------------------------------
local function WinCreate_ImportProfile()
_G.sProfile = WDG.PROFILE
--WinCreate.ImportProfile( WDG.PROFILE)
-- TODO da decommentare e sostituire alla riga sopra quando la modifica è nel programma
if _G.sProfilePath then
WinCreate.ImportProfile( _G.sProfilePath .. '\\' .. WDG.PROFILE .. '.nge')
end