From 63379105b5b3df299db8b81a42a1d172ca3e7644 Mon Sep 17 00:00:00 2001 From: Lirusaito Date: Thu, 23 Jan 2014 19:06:33 -0500 Subject: [PATCH] Fix the local chat focu bug, yay! --- indra/llui/lluictrl.h | 1 + 1 file changed, 1 insertion(+) diff --git a/indra/llui/lluictrl.h b/indra/llui/lluictrl.h index aae767e1a..5ae818d87 100644 --- a/indra/llui/lluictrl.h +++ b/indra/llui/lluictrl.h @@ -209,6 +209,7 @@ public: BOOL focusNextItem(BOOL text_entry_only); BOOL focusPrevItem(BOOL text_entry_only); + virtual // Singu Note: focusFirstItem is overridden for our old chat ui to prevent focusing on topmost uictrls. BOOL focusFirstItem(BOOL prefer_text_fields = FALSE, BOOL focus_flash = TRUE ); BOOL focusLastItem(BOOL prefer_text_fields = FALSE);