diff options
author | andreykproductengine <andreykproductengine@lindenlab.com> | 2017-03-21 02:22:29 +0200 |
---|---|---|
committer | andreykproductengine <andreykproductengine@lindenlab.com> | 2017-03-21 02:22:29 +0200 |
commit | 11e499f44b328a58b0170c8a5ddaa958b76e7c20 (patch) | |
tree | 89142eee85f00b6fcc732e0f4bd27d025a0edef0 /indra/newview/llinventoryitemslist.h | |
parent | 66a9db4b06fed51477db1c09901b5120b36ce11c (diff) |
MAINT-6789 Add More now won't affect Edit Appearance perfomance during fetch unless visible
Diffstat (limited to 'indra/newview/llinventoryitemslist.h')
-rw-r--r-- | indra/newview/llinventoryitemslist.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/indra/newview/llinventoryitemslist.h b/indra/newview/llinventoryitemslist.h index fe05c2ed7c..ce41105f98 100644 --- a/indra/newview/llinventoryitemslist.h +++ b/indra/newview/llinventoryitemslist.h @@ -61,6 +61,11 @@ public: */ void setForceRefresh(bool force_refresh){ mForceRefresh = force_refresh; } + /** + * If refreshes when invisible. + */ + bool getForceRefresh(){ return mForceRefresh; } + virtual bool selectItemByValue(const LLSD& value, bool select = true); void updateSelection(); |