mirror of
https://github.com/OTCv8/otclientv8.git
synced 2025-10-20 06:33:26 +02:00
Version 1.7
This commit is contained in:
@@ -95,6 +95,9 @@ function onContainerOpen(container, previousContainer)
|
||||
containerWindow:hide()
|
||||
end
|
||||
containerWindow.onDrop = function(container, widget, mousePos)
|
||||
if containerPanel:getChildByPos(mousePos) then
|
||||
return false
|
||||
end
|
||||
local child = containerPanel:getChildByIndex(-1)
|
||||
if child then
|
||||
child:onDrop(widget, mousePos, true)
|
||||
|
Reference in New Issue
Block a user