diff options
author | Andrey Kleshchev <andreykproductengine@lindenlab.com> | 2023-11-28 14:08:23 +0200 |
---|---|---|
committer | akleshchev <117672381+akleshchev@users.noreply.github.com> | 2023-11-28 15:11:52 +0200 |
commit | d2ade35b0914f86b1c0239dbf40f5d5972a11b07 (patch) | |
tree | 7b2b2f9b151f821a2fc002856b90e8d408c936c6 /indra/newview/llinventoryobserver.cpp | |
parent | 15ea200cfbd972139cefb74b9185700a44a978d0 (diff) |
SL-20651 DragnDrop from library in gallery mode doesn't work
Diffstat (limited to 'indra/newview/llinventoryobserver.cpp')
-rw-r--r-- | indra/newview/llinventoryobserver.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/indra/newview/llinventoryobserver.cpp b/indra/newview/llinventoryobserver.cpp index 281a8bc789..655bdfca6b 100644 --- a/indra/newview/llinventoryobserver.cpp +++ b/indra/newview/llinventoryobserver.cpp @@ -358,7 +358,6 @@ void LLInventoryFetchItemsObserver::startFetch() { // Start fetching whole folder since we need all items LLInventoryModelBackgroundFetch::getInstance()->scheduleFolderFetch(folder.first, true); - } else { |