diff options
| author | Richard Linden <none@none> | 2012-02-09 17:14:57 -0800 |
|---|---|---|
| committer | Richard Linden <none@none> | 2012-02-09 17:14:57 -0800 |
| commit | ef81320c3198e8f63eddeeecd99799747acfe3f9 (patch) | |
| tree | 816ce0df7ef35c308414953798c92be5e4ee1771 /indra/newview/llinventorypanel.cpp | |
| parent | b72f1b59e8b673d9834bf18a466ec38e40650511 (diff) | |
| parent | aa345bd8f3844bdc2c5318d14b26343b91e6e573 (diff) | |
Automated merge with ssh://hg.lindenlab.com/richard/viewer-experience/
Diffstat (limited to 'indra/newview/llinventorypanel.cpp')
| -rw-r--r-- | indra/newview/llinventorypanel.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/newview/llinventorypanel.cpp b/indra/newview/llinventorypanel.cpp index 382569fa3a..01a8ecfb5d 100644 --- a/indra/newview/llinventorypanel.cpp +++ b/indra/newview/llinventorypanel.cpp @@ -817,7 +817,7 @@ BOOL LLInventoryPanel::handleHover(S32 x, S32 y, MASK mask) if(handled) { ECursorType cursor = getWindow()->getCursor(); - if (LLInventoryModelBackgroundFetch::instance().backgroundFetchActive() && cursor == UI_CURSOR_ARROW) + if (LLInventoryModelBackgroundFetch::instance().folderFetchActive() && cursor == UI_CURSOR_ARROW) { // replace arrow cursor with arrow and hourglass cursor getWindow()->setCursor(UI_CURSOR_WORKING); |
