diff options
author | Maxim Nikolenko <maximnproductengine@lindenlab.com> | 2023-05-16 18:03:57 +0300 |
---|---|---|
committer | Maxim Nikolenko <maximnproductengine@lindenlab.com> | 2023-05-16 18:03:57 +0300 |
commit | 474012abd603f7e7963344fcd9d14cdc7db7bb9a (patch) | |
tree | b0423c9d7cb9f4b9bc169e887b2f9d0db67cf8b3 /indra/llui/llfolderviewitem.h | |
parent | 4d3a8f4a6cd2bef58bc95854af0325ca0190351f (diff) |
SL-19686 reduce delay when switching between folders
Diffstat (limited to 'indra/llui/llfolderviewitem.h')
-rw-r--r-- | indra/llui/llfolderviewitem.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/indra/llui/llfolderviewitem.h b/indra/llui/llfolderviewitem.h index b6437ab61d..232780ccae 100644 --- a/indra/llui/llfolderviewitem.h +++ b/indra/llui/llfolderviewitem.h @@ -394,6 +394,7 @@ public: // destroys this folder, and all children virtual void destroyView(); + void destroyRoot(); // whether known children are fully loaded (arrange sets to true) virtual bool isFolderComplete() { return mIsFolderComplete; } |