diff options
author | Richard Linden <none@none> | 2011-11-14 15:39:32 -0800 |
---|---|---|
committer | Richard Linden <none@none> | 2011-11-14 15:39:32 -0800 |
commit | 98755a62bb414f23919e003101153c20d3ab3f72 (patch) | |
tree | 9da3433c899b6e6b86814fdcb0e797eef8353646 /indra/llui/llfloater.h | |
parent | d8e1b48328017eba1c68bcc56a4f67085643988a (diff) |
EXP-1588 WIP Floaters do not snap to edge
Diffstat (limited to 'indra/llui/llfloater.h')
-rw-r--r-- | indra/llui/llfloater.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/indra/llui/llfloater.h b/indra/llui/llfloater.h index 73e9c9e831..4e8c539144 100644 --- a/indra/llui/llfloater.h +++ b/indra/llui/llfloater.h @@ -537,6 +537,7 @@ public: private: void hiddenFloaterClosed(LLFloater* floater); + LLRect mLastSnapRect; LLHandle<LLView> mSnapView; BOOL mFocusCycleMode; S32 mSnapOffsetBottom; |