diff options
author | McCabe Maxsted | 2011-06-09 00:20:51 -0700 |
---|---|---|
committer | McCabe Maxsted | 2011-06-09 00:20:51 -0700 |
commit | f67f38e4c9363e65415d3a6405e2f6488a13653e (patch) | |
tree | 77eba7d563fee2a9a28203fe91b3e9d21a2815be /linden/indra/newview/llinventoryview.h | |
parent | Fix for button labels in case there's ever a conflict between a disabled sele... (diff) | |
download | meta-impy-f67f38e4c9363e65415d3a6405e2f6488a13653e.zip meta-impy-f67f38e4c9363e65415d3a6405e2f6488a13653e.tar.gz meta-impy-f67f38e4c9363e65415d3a6405e2f6488a13653e.tar.bz2 meta-impy-f67f38e4c9363e65415d3a6405e2f6488a13653e.tar.xz |
Fixed inventory count being reset when the inventory window's closed/reopened
Diffstat (limited to 'linden/indra/newview/llinventoryview.h')
-rw-r--r-- | linden/indra/newview/llinventoryview.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/linden/indra/newview/llinventoryview.h b/linden/indra/newview/llinventoryview.h index e499113..cc5106d 100644 --- a/linden/indra/newview/llinventoryview.h +++ b/linden/indra/newview/llinventoryview.h | |||
@@ -315,6 +315,7 @@ protected: | |||
315 | std::string mOldFilterText; | 315 | std::string mOldFilterText; |
316 | 316 | ||
317 | S32 mItemCount; | 317 | S32 mItemCount; |
318 | S32 mOldItemCount; | ||
318 | 319 | ||
319 | // This container is used to hold all active inventory views. This | 320 | // This container is used to hold all active inventory views. This |
320 | // is here to support the inventory toggle show button. | 321 | // is here to support the inventory toggle show button. |