Update Treeview.lua
This commit is contained in:
@@ -92,8 +92,8 @@ return function(name, basalt)
|
||||
end
|
||||
end,
|
||||
|
||||
setExpandable = function(self, expandable)
|
||||
expandable = expandable
|
||||
setExpandable = function(self, _expandable)
|
||||
expandable = _expandable
|
||||
base:updateDraw()
|
||||
return node
|
||||
end,
|
||||
|
||||
Reference in New Issue
Block a user