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