Update Treeview.lua
forgot to remove the if statement
This commit is contained in:
@@ -66,9 +66,7 @@ return function(name, basalt)
|
||||
end,
|
||||
|
||||
setExpanded = function(self, exp)
|
||||
if(expandable)then
|
||||
expanded = exp
|
||||
end
|
||||
expanded = exp
|
||||
base:updateDraw()
|
||||
return node
|
||||
end,
|
||||
|
||||
Reference in New Issue
Block a user