diff options
author | Richard Linden <none@none> | 2012-01-27 17:48:08 -0800 |
---|---|---|
committer | Richard Linden <none@none> | 2012-01-27 17:48:08 -0800 |
commit | cf02780ddf927a32214b3f4db050f516367d7421 (patch) | |
tree | ef22778b54efb62a5895602076a3926b58b2cb24 /indra/newview/lltoast.cpp | |
parent | bbc265a9d5230603b7ee1b3f974ef27154d8507f (diff) |
EXP-1513 WIP Underscore ( _ ) fails to show in first chat entry in Local Chat
cleaned up font positioning on buttons
Diffstat (limited to 'indra/newview/lltoast.cpp')
-rw-r--r-- | indra/newview/lltoast.cpp | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/indra/newview/lltoast.cpp b/indra/newview/lltoast.cpp index da691a2d0c..21120a1b8d 100644 --- a/indra/newview/lltoast.cpp +++ b/indra/newview/lltoast.cpp @@ -296,9 +296,7 @@ void LLToast::reshapeToPanel() if(!panel) return; - LLRect panel_rect = panel->getRect(); - - panel_rect.setLeftTopAndSize(0, panel_rect.getHeight(), panel_rect.getWidth(), panel_rect.getHeight()); + LLRect panel_rect = panel->getLocalRect(); panel->setShape(panel_rect); LLRect toast_rect = getRect(); |