TreeView fix.

This commit is contained in:
jussi
2024-03-21 18:42:54 +02:00
parent 842e0efe36
commit a7528da4eb
3 changed files with 4 additions and 14 deletions

View File

@@ -249,7 +249,6 @@ end
local function addTreeView()
TreeView = Gui:TreeView(
Rect:new( 600, 20, 256, 328 ),
-- Rect:new( 600, 20, 256, 600 ),
"Tree View",
function( controls ) selected( controls ) end, -- Callback.
function( self ) Gui:set2Top( self ) end, -- Grab callback.