mirror of
https://github.com/edubart/otclient.git
synced 2025-10-14 19:44:54 +02:00
Fix miniwindow height save
This commit is contained in:
@@ -368,5 +368,5 @@ end
|
|||||||
|
|
||||||
function UIMiniWindow:isResizeable()
|
function UIMiniWindow:isResizeable()
|
||||||
local resizeBorder = self:getChildById('bottomResizeBorder')
|
local resizeBorder = self:getChildById('bottomResizeBorder')
|
||||||
return resizeBorder:isVisible() and resizeBorder:isEnabled()
|
return resizeBorder:isExplicitlyVisible() and resizeBorder:isEnabled()
|
||||||
end
|
end
|
||||||
|
Reference in New Issue
Block a user