From 96bf9c5a56a7cb557b84348a51c75be9462c8cf6 Mon Sep 17 00:00:00 2001 From: Nicolas Date: Fri, 30 Mar 2018 18:32:16 -0300 Subject: [PATCH] Fix lua ETTP chat input quad highlight --- Themes/_fallback/BGAnimations/ScreenChatOverlay overlay.lua | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Themes/_fallback/BGAnimations/ScreenChatOverlay overlay.lua b/Themes/_fallback/BGAnimations/ScreenChatOverlay overlay.lua index ea9adc366b..16c4387e7a 100644 --- a/Themes/_fallback/BGAnimations/ScreenChatOverlay overlay.lua +++ b/Themes/_fallback/BGAnimations/ScreenChatOverlay overlay.lua @@ -301,6 +301,9 @@ function input(event) end local update = false if event.DeviceInput.button == "DeviceButton_left mouse button" then + if typing then + update = true + end typing = false local mx, my = INPUTFILTER:GetMouseX(), INPUTFILTER:GetMouseY() if mx >= x and mx <= x+width and my >= moveY+y and my <= moveY+y+height then