- aggiunte funzioni per creare telai con forme non rettangolari

- modifiche varie per gestire correttamente le nuove forme (prima versione).
This commit is contained in:
SaraP
2024-06-25 16:48:52 +02:00
parent f6beff942c
commit a72a2d9069
6 changed files with 657 additions and 470 deletions
+1 -1
View File
@@ -43,7 +43,7 @@ end
_G.WinCreate_ImportProfile = WinCreate_ImportProfile
local function WinCreate_CreateFrame()
WDG.AREAID = WinCreate.CreateFrame(WDG.WIDTH, WDG.HEIGHT, WDG.JOINTBL, WDG.JOINTBR, WDG.JOINTTR, WDG.JOINTTL)
WDG.AREAID = WinCreate.CreateFrame(WDG.FRAMETYPE, WDG.JOINTBL, WDG.JOINTBR, WDG.JOINTTR, WDG.JOINTTL, WDG.WIDTH, WDG.HEIGHT, WDG.HEIGHT2)
end
_G.WinCreate_CreateFrame = WinCreate_CreateFrame