From e45564ea3f0f27c32264f98da80c6d3556256de0 Mon Sep 17 00:00:00 2001 From: jussi Date: Wed, 26 Jun 2024 22:28:13 +0300 Subject: Changed naming of gui functions set2Top and set2Back to setToTop and setToBack. --- examples/raygui_extensions/property_list.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'examples/raygui_extensions/property_list.lua') diff --git a/examples/raygui_extensions/property_list.lua b/examples/raygui_extensions/property_list.lua index 1a8c30f..266852e 100644 --- a/examples/raygui_extensions/property_list.lua +++ b/examples/raygui_extensions/property_list.lua @@ -87,7 +87,7 @@ function PropertyList:updateControl( control ) control.text = setGroupText( control.text:sub( 6 ), control.active ) -- Sub skips icon. end - self.gui:set2Back( control ) + self.gui:setToBack( control ) end function PropertyList:updateContent() -- cgit v1.2.3