From fbba9c397fc1bf77c25345e1b75f201877fedef3 Mon Sep 17 00:00:00 2001 From: James Whitehead II Date: Mon, 7 Sep 2009 09:26:38 +0000 Subject: [PATCH] Clicking on the output frame sets the focus to to the commandline edit box, courtesy of Sarog --- WowLua.xml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/WowLua.xml b/WowLua.xml index 876eed2..5e5b2e0 100644 --- a/WowLua.xml +++ b/WowLua.xml @@ -657,6 +657,9 @@ WowLua:UpdateScrollingMessageFrame(self); + + WowLuaFrameCommandEditBox:SetFocus() + -- 1.7.9.5