From 1e3a006ecd1858a31fe9cf98061631d51815a82b Mon Sep 17 00:00:00 2001 From: florinm03 Date: Sat, 12 Sep 2026 12:08:20 +0200 Subject: [PATCH] fix(chatui): remove redundant PopItemWidth call --- KISSMultiplayer/lua/ge/extensions/kissmp/ui/chat.lua | 1 - 1 file changed, 1 deletion(-) diff --git a/KISSMultiplayer/lua/ge/extensions/kissmp/ui/chat.lua b/KISSMultiplayer/lua/ge/extensions/kissmp/ui/chat.lua index a2fe13e1..29c60760 100644 --- a/KISSMultiplayer/lua/ge/extensions/kissmp/ui/chat.lua +++ b/KISSMultiplayer/lua/ge/extensions/kissmp/ui/chat.lua @@ -141,7 +141,6 @@ local function draw() if imgui.Button("Send", imgui.ImVec2(button_width, -1)) then send_current_chat_message() end - imgui.PopItemWidth() end imgui.End() imgui.PopStyleVar()