diff options
author | James Cook <james@lindenlab.com> | 2009-11-18 15:05:04 -0800 |
---|---|---|
committer | James Cook <james@lindenlab.com> | 2009-11-18 15:05:04 -0800 |
commit | 81eca4a7823f7fa06327b8185b6603d1f3c9ac9a (patch) | |
tree | 5ad68360af733175a3870e69fa6635d188c6499a /indra/newview/llimhandler.cpp | |
parent | 5649faf6d9202ba0b631262eee669fba926f010b (diff) | |
parent | a05f63b98912a5b6e7f4f3fa4fec1e57dc987a23 (diff) |
merge
Diffstat (limited to 'indra/newview/llimhandler.cpp')
-rw-r--r-- | indra/newview/llimhandler.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/newview/llimhandler.cpp b/indra/newview/llimhandler.cpp index 524a889f97..c081af5879 100644 --- a/indra/newview/llimhandler.cpp +++ b/indra/newview/llimhandler.cpp @@ -58,7 +58,7 @@ LLIMHandler::~LLIMHandler() //-------------------------------------------------------------------------- void LLIMHandler::initChannel() { - S32 channel_right_bound = gViewerWindow->getWorldViewRectRaw().mRight - gSavedSettings.getS32("NotificationChannelRightMargin"); + S32 channel_right_bound = gViewerWindow->getWorldViewRectScaled().mRight - gSavedSettings.getS32("NotificationChannelRightMargin"); S32 channel_width = gSavedSettings.getS32("NotifyBoxWidth"); mChannel->init(channel_right_bound - channel_width, channel_right_bound); } |