diff options
| author | Richard Nelson <none@none> | 2010-03-10 18:20:18 -0800 |
|---|---|---|
| committer | Richard Nelson <none@none> | 2010-03-10 18:20:18 -0800 |
| commit | 1e5fe95b1d2d4912a3c9d84e2c32ff141f0dc4d9 (patch) | |
| tree | 633109cc818c4e9f7ab1daa93089fc12d623fe6d /indra/llui/llfloater.cpp | |
| parent | 34d1d34ca100fd137c2a85f0e0f330730fb70aba (diff) | |
EXT-6295 - Cannot log in with new account, TOS dialog does not load
reviewed by Mani
Diffstat (limited to 'indra/llui/llfloater.cpp')
| -rw-r--r-- | indra/llui/llfloater.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/indra/llui/llfloater.cpp b/indra/llui/llfloater.cpp index 4cb336f7ea..ab14c08948 100644 --- a/indra/llui/llfloater.cpp +++ b/indra/llui/llfloater.cpp @@ -1354,7 +1354,6 @@ void LLFloater::bringToFront( S32 x, S32 y ) // virtual void LLFloater::setVisibleAndFrontmost(BOOL take_focus) { - LLUI::clearPopups(); setVisible(TRUE); setFrontmost(take_focus); } |
