mirror of
https://github.com/edubart/otclient.git
synced 2025-04-30 09:39:21 +02:00
Fix miniwindow height save
This commit is contained in:
parent
64d607b59e
commit
c50e186fa7
@ -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
|
||||||
|
Loading…
x
Reference in New Issue
Block a user