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,
setExpandable = function(self, expandable)
expandable = expandable
setExpandable = function(self, _expandable)
expandable = _expandable
base:updateDraw()
return node
end,