Minor fixes

This commit is contained in:
Openarl
2016-05-15 16:38:13 +10:00
parent 8c2928869e
commit b4ded158aa
2 changed files with 40 additions and 40 deletions

View File

@@ -228,7 +228,7 @@ function TreeViewClass:DrawTree(build, viewPort, inputEvents)
if hoverNode and hoverNode.alloc and hoverNode.type == "socket" then
build.viewMode = "ITEMS"
local slot = build.items.sockets[hoverNode.id]
slot.dropDown.dropped = true
slot.dropped = true
build.items.selControl = slot
end
end