diff options
| author | Mnikolenko ProductEngine <mnikolenko@productengine.com> | 2016-01-05 11:24:53 +0200 |
|---|---|---|
| committer | Mnikolenko ProductEngine <mnikolenko@productengine.com> | 2016-01-05 11:24:53 +0200 |
| commit | 591e96ba435f780f4901e7219b62459c8047789a (patch) | |
| tree | cc673734ea77e330864c50ed4d65e156e66c52c6 /indra/newview/llchatmsgbox.cpp | |
| parent | 5d6935ef869736bc5e2356cefb8ec6b082056cde (diff) | |
| parent | 5a6fce5b62b76256e526a23243647d20c069b086 (diff) | |
Merge
Diffstat (limited to 'indra/newview/llchatmsgbox.cpp')
| -rwxr-xr-x | indra/newview/llchatmsgbox.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/indra/newview/llchatmsgbox.cpp b/indra/newview/llchatmsgbox.cpp index aa6c9c094c..38f58abba6 100755 --- a/indra/newview/llchatmsgbox.cpp +++ b/indra/newview/llchatmsgbox.cpp @@ -56,9 +56,9 @@ public: return mEditor->getDocumentView()->getRect().getWidth(); } - /*virtual*/ F32 draw(S32 start, S32 end, S32 selection_start, S32 selection_end, const LLRect& draw_rect) + /*virtual*/ F32 draw(S32 start, S32 end, S32 selection_start, S32 selection_end, const LLRectf& draw_rect) { - gl_line_2d(draw_rect.mLeft + 5, draw_rect.getCenterY(), draw_rect.mRight - 5, draw_rect.getCenterY(), LLColor4::grey); + gl_line_2d((S32)(draw_rect.mLeft + 5), (S32)draw_rect.getCenterY(), (S32)(draw_rect.mRight - 5), (S32)draw_rect.getCenterY(), LLColor4::grey); return draw_rect.getWidth(); } |
