From 43f2b6a516bbf6e13882dd84365f44b73499fa14 Mon Sep 17 00:00:00 2001 From: Cooldude2606 Date: Mon, 31 Dec 2018 13:56:39 +0000 Subject: [PATCH] Fixed Test for popup --- modules/ExpGamingCore/Gui/src/test.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/ExpGamingCore/Gui/src/test.lua b/modules/ExpGamingCore/Gui/src/test.lua index ab3e8d27..7ad7c724 100644 --- a/modules/ExpGamingCore/Gui/src/test.lua +++ b/modules/ExpGamingCore/Gui/src/test.lua @@ -173,7 +173,7 @@ Gui.popup{ }:add_left{ caption='Gui Left w/ Popup', tooltip='Send a message', - function(self,frame) + draw=function(self,frame) text_popup:draw(frame) send_popup:draw(frame) end