diff options
author | Mnikolenko ProductEngine <mnikolenko@productengine.com> | 2013-09-11 14:17:56 +0300 |
---|---|---|
committer | Mnikolenko ProductEngine <mnikolenko@productengine.com> | 2013-09-11 14:17:56 +0300 |
commit | 186113144e950adf78eaf452d76d3a59b6af2974 (patch) | |
tree | 9837d093d4d61f2083e96d1f0368d97d65bbf1b3 /indra/newview | |
parent | 9e451513d95691d073519bea12b3899807784d21 (diff) |
MAINT-2894 FIXED Handle mouse events for popup menus in modal dialogs.
Diffstat (limited to 'indra/newview')
-rwxr-xr-x | indra/newview/lltoast.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/newview/lltoast.cpp b/indra/newview/lltoast.cpp index d876c9a3f4..448fae48de 100755 --- a/indra/newview/lltoast.cpp +++ b/indra/newview/lltoast.cpp @@ -555,7 +555,7 @@ BOOL LLToast::handleMouseDown(S32 x, S32 y, MASK mask) mHideBtnPressed = mHideBtn->getRect().pointInRect(x, y); } - return LLFloater::handleMouseDown(x, y, mask); + return LLModalDialog::handleMouseDown(x, y, mask); } //-------------------------------------------------------------------------- |