Update Treeview.lua

This commit is contained in:
Robert Jelic
2023-07-05 16:50:41 +02:00
committed by GitHub
parent 31cda3d672
commit 8ebede1430

View File

@@ -92,8 +92,8 @@ return function(name, basalt)
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,