Framework Update

This commit is contained in:
Tercio Jose
2024-04-23 22:37:40 -03:00
parent 58644cda46
commit 82ad16d177
3 changed files with 4 additions and 4 deletions
+1 -1
View File
@@ -107,7 +107,7 @@ local onWidgetSetInUse = function(widget, widgetTable)
if (widgetTable.disabled) then
widget:Disable()
else
if (not widget:IsEnabled()) then
if (widget.IsEnabled and not widget:IsEnabled()) then
widget:Enable()
end
end