summaryrefslogtreecommitdiff
path: root/indra/llui
diff options
context:
space:
mode:
authorrichard <none@none>2009-12-11 13:50:54 -0800
committerrichard <none@none>2009-12-11 13:50:54 -0800
commit401a51cac130a317204c2df9dd571fca92a861c3 (patch)
treef6bf3c7b0dfb9d18609f4ca510d7a8e3810b2ac5 /indra/llui
parentb8fdf825102cdc260a54565f9ee5e67ab160c207 (diff)
note to get rid of hack
Diffstat (limited to 'indra/llui')
-rw-r--r--indra/llui/llfloater.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/indra/llui/llfloater.cpp b/indra/llui/llfloater.cpp
index fd7b64af02..9037578077 100644
--- a/indra/llui/llfloater.cpp
+++ b/indra/llui/llfloater.cpp
@@ -1649,6 +1649,7 @@ void LLFloater::draw()
}
else
{
+ //FIXME: get rid of this hack
// draw children
LLView* focused_child = dynamic_cast<LLView*>(gFocusMgr.getKeyboardFocus());
BOOL focused_child_visible = FALSE;