- Fixed an issue where some options combinations was making the window unlock after /reload.

- Framework update.
- Localization updates.
This commit is contained in:
Tercioo
2019-02-19 21:56:21 -03:00
parent c018f4db29
commit 02fa9a5c6b
7 changed files with 66 additions and 25 deletions
+1
View File
@@ -246,6 +246,7 @@ function DF:NewImage (parent, texture, w, h, layer, coords, member, name)
ImageObject.image = parent:CreateTexture (name, layer or "OVERLAY")
ImageObject.widget = ImageObject.image
DF:Mixin (ImageObject.image, DF.WidgetFunctions)
if (not APIImageFunctions) then
APIImageFunctions = true