diff options
Diffstat (limited to '')
-rw-r--r-- | linden/indra/newview/llfloatergroupinvite.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/linden/indra/newview/llfloatergroupinvite.cpp b/linden/indra/newview/llfloatergroupinvite.cpp index 8dd4e24..ba8e650 100644 --- a/linden/indra/newview/llfloatergroupinvite.cpp +++ b/linden/indra/newview/llfloatergroupinvite.cpp | |||
@@ -83,7 +83,7 @@ LLFloaterGroupInvite::LLFloaterGroupInvite(const std::string& name, | |||
83 | const LLUUID& group_id) | 83 | const LLUUID& group_id) |
84 | : LLFloater(name, rect, title) | 84 | : LLFloater(name, rect, title) |
85 | { | 85 | { |
86 | LLRect contents(mRect); | 86 | LLRect contents(getRect()); |
87 | contents.mTop -= LLFLOATER_HEADER_SIZE; | 87 | contents.mTop -= LLFLOATER_HEADER_SIZE; |
88 | 88 | ||
89 | mImpl = new impl(group_id); | 89 | mImpl = new impl(group_id); |