summaryrefslogtreecommitdiff
path: root/indra/newview/llfolderview.h
diff options
context:
space:
mode:
authorRichard Linden <none@none>2011-08-23 12:20:10 -0700
committerRichard Linden <none@none>2011-08-23 12:20:10 -0700
commitfea0917fbd9bde846001c00464a66e480ca1baa3 (patch)
tree33b264a5de7236ae6414f0f62ff6eab9a20befc5 /indra/newview/llfolderview.h
parent56453f2982464b6d5c86c23e0e75f5adcdd0edff (diff)
EXP-1099 FIX Cannot drag item on to empty space in outbox folder
corrected bad logic for resizing LLFolderView
Diffstat (limited to 'indra/newview/llfolderview.h')
-rw-r--r--indra/newview/llfolderview.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/indra/newview/llfolderview.h b/indra/newview/llfolderview.h
index 705a76a7b4..8af01e9102 100644
--- a/indra/newview/llfolderview.h
+++ b/indra/newview/llfolderview.h
@@ -314,6 +314,7 @@ protected:
signal_t mReshapeSignal;
S32 mSignalSelectCallback;
S32 mMinWidth;
+ S32 mRunningHeight;
std::map<LLUUID, LLFolderViewItem*> mItemMap;
BOOL mDragAndDropThisFrame;