diff options
author | Richard Linden <none@none> | 2010-03-05 15:41:37 -0800 |
---|---|---|
committer | Richard Linden <none@none> | 2010-03-05 15:41:37 -0800 |
commit | a3fa96ff0eeb3691f38e82ad4a245db8049dfddd (patch) | |
tree | d02718296dfec15284ee94cd647b89084502f213 /indra/llui/llview.cpp | |
parent | f0ea8083ebf207d00c043dd35eddf5ab55e71c0d (diff) | |
parent | 27919e106a383ea873b9bf73d2974b40cbe2e603 (diff) |
merge
Diffstat (limited to 'indra/llui/llview.cpp')
-rw-r--r-- | indra/llui/llview.cpp | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/indra/llui/llview.cpp b/indra/llui/llview.cpp index 63e627ceb5..db2c460eec 100644 --- a/indra/llui/llview.cpp +++ b/indra/llui/llview.cpp @@ -592,11 +592,6 @@ void LLView::setVisible(BOOL visible) { if ( mVisible != visible ) { - if( !visible && (gFocusMgr.getTopCtrl() == this) ) - { - gFocusMgr.setTopCtrl( NULL ); - } - mVisible = visible; // notify children of visibility change if root, or part of visible hierarchy |