From 5f3550f694f31ab9ea55be97148032947a0d3532 Mon Sep 17 00:00:00 2001 From: Ryan Ward Date: Tue, 10 Jan 2023 23:28:54 -0500 Subject: [PATCH] Polishing core objects --- README.md | 1 + gui/init.lua | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 3acecd5..f61e072 100644 --- a/README.md +++ b/README.md @@ -8,6 +8,7 @@ Core Objects: - ~~Label~~ ✔️ - ~~Box~~ ✔️ - ~~Button~~ ✔️ + - utf8 support with textbox (Forgot about this, will have to rework some things) - Image: - ~~Label~~ ✔️ - ~~Button~~ ✔️ diff --git a/gui/init.lua b/gui/init.lua index 835cd9c..abeea34 100644 --- a/gui/init.lua +++ b/gui/init.lua @@ -479,7 +479,7 @@ function gui:newBase(typ,x, y, w, h, sx, sy, sw, sh, virtual) c.OnDragEnd = multi:newConnection() c.OnEnter = testHierarchy .. multi:newConnection() - c.OnExit = testHierarchy .. multi:newConnection() + c.OnExit = multi:newConnection() c.OnMoved = testHierarchy .. multi:newConnection()