diff options
| author | MaximB ProductEngine <mberezhnoy@productengine.com> | 2013-12-13 00:06:04 +0200 |
|---|---|---|
| committer | MaximB ProductEngine <mberezhnoy@productengine.com> | 2013-12-13 00:06:04 +0200 |
| commit | ea940a21135c0c8e1b0ab12c2537cb5d3999484b (patch) | |
| tree | 6b6809e299ac72fd05b45b6f55385d8e11b0ba56 /indra/llui/llmodaldialog.cpp | |
| parent | 72d2d1a975bb971fcb9c65b8e12d6f55b6c0c17d (diff) | |
| parent | dd0d7de67d12660b16720c47bdd4b238226d93e5 (diff) | |
merge
Diffstat (limited to 'indra/llui/llmodaldialog.cpp')
| -rwxr-xr-x | indra/llui/llmodaldialog.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/indra/llui/llmodaldialog.cpp b/indra/llui/llmodaldialog.cpp index ff85b0ad09..4d6e189b92 100755 --- a/indra/llui/llmodaldialog.cpp +++ b/indra/llui/llmodaldialog.cpp @@ -191,11 +191,11 @@ BOOL LLModalDialog::handleMouseDown(S32 x, S32 y, MASK mask) } BOOL LLModalDialog::handleHover(S32 x, S32 y, MASK mask) -{ +{ if( childrenHandleHover(x, y, mask) == NULL ) { getWindow()->setCursor(UI_CURSOR_ARROW); - lldebugst(LLERR_USER_INPUT) << "hover handled by " << getName() << llendl; + lldebugst(LLERR_USER_INPUT) << "hover handled by " << getName() << llendl; } LLView* popup_menu = LLMenuGL::sMenuContainer->getVisibleMenu(); |
