Update Treeview.lua
This commit is contained in:
@@ -91,9 +91,9 @@ return function(name, basalt)
|
|||||||
onSelect(node)
|
onSelect(node)
|
||||||
end
|
end
|
||||||
end,
|
end,
|
||||||
|
|
||||||
setExpandable = function(self, expandable)
|
setExpandable = function(self, _expandable)
|
||||||
expandable = expandable
|
expandable = _expandable
|
||||||
base:updateDraw()
|
base:updateDraw()
|
||||||
return node
|
return node
|
||||||
end,
|
end,
|
||||||
@@ -287,4 +287,4 @@ return function(name, basalt)
|
|||||||
|
|
||||||
object.__index = object
|
object.__index = object
|
||||||
return setmetatable(object, base)
|
return setmetatable(object, base)
|
||||||
end
|
end
|
||||||
|
|||||||
Reference in New Issue
Block a user