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()