From a7528da4ebd937d8023796998eb6975707b2f026 Mon Sep 17 00:00:00 2001 From: jussi Date: Thu, 21 Mar 2024 18:42:54 +0200 Subject: TreeView fix. --- examples/raygui_extensions/main.lua | 1 - 1 file changed, 1 deletion(-) (limited to 'examples/raygui_extensions/main.lua') diff --git a/examples/raygui_extensions/main.lua b/examples/raygui_extensions/main.lua index f47d396..6efa18d 100644 --- a/examples/raygui_extensions/main.lua +++ b/examples/raygui_extensions/main.lua @@ -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. -- cgit v1.2.3