diff options
author | Rick Pasetto <rick@lindenlab.com> | 2010-01-19 12:24:58 -0800 |
---|---|---|
committer | Rick Pasetto <rick@lindenlab.com> | 2010-01-19 12:24:58 -0800 |
commit | 6d952dd40d1cc1fd7ffa6ef901fbb1b858524a1b (patch) | |
tree | c9350589db1e91ec5e5765820162e49771575779 /indra/newview/llfloatertools.cpp | |
parent | 72684c15f745df670a7372cadade2c890d699eda (diff) |
FIX EXT-4468 DEV-41991: Make selected objects "more important" when loading their media data
Diffstat (limited to 'indra/newview/llfloatertools.cpp')
-rw-r--r-- | indra/newview/llfloatertools.cpp | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/indra/newview/llfloatertools.cpp b/indra/newview/llfloatertools.cpp index 1287e14961..241497aeaf 100644 --- a/indra/newview/llfloatertools.cpp +++ b/indra/newview/llfloatertools.cpp @@ -1134,7 +1134,8 @@ void LLFloaterTools::getMediaState() } // XXX DISABLE this for now, because when the fetch finally // does come in, the state of this floater doesn't properly - // update. This needs more thought. + // update. Re-selecting fixes the problem, but there is + // contention as to whether this is a sufficient solution. // if (object->isMediaDataBeingFetched()) // { // LL_INFOS("LLFloaterTools: media") |