diff options
author | richard <none@none> | 2009-12-11 13:50:54 -0800 |
---|---|---|
committer | richard <none@none> | 2009-12-11 13:50:54 -0800 |
commit | 401a51cac130a317204c2df9dd571fca92a861c3 (patch) | |
tree | f6bf3c7b0dfb9d18609f4ca510d7a8e3810b2ac5 /indra/llui | |
parent | b8fdf825102cdc260a54565f9ee5e67ab160c207 (diff) |
note to get rid of hack
Diffstat (limited to 'indra/llui')
-rw-r--r-- | indra/llui/llfloater.cpp | 1 |
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; |