diff options
| author | Rick Pasetto <rick@lindenlab.com> | 2009-10-30 12:05:35 -0700 |
|---|---|---|
| committer | Rick Pasetto <rick@lindenlab.com> | 2009-10-30 12:05:35 -0700 |
| commit | 71993b14d1bd95da9b851ac8b7079a4acdbd42ef (patch) | |
| tree | 342060ea33dbea67127a5cd0e2f586c38ed127ff /indra/llui/llmenugl.cpp | |
| parent | e5f6f063c199a30297776801704caa8e41b609a3 (diff) | |
| parent | 31eac6e0eeae507a13a23a9116c87eb815ab8141 (diff) | |
merge with remote repo
Diffstat (limited to 'indra/llui/llmenugl.cpp')
| -rw-r--r-- | indra/llui/llmenugl.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/indra/llui/llmenugl.cpp b/indra/llui/llmenugl.cpp index 6e058e4c62..91e7e46195 100644 --- a/indra/llui/llmenugl.cpp +++ b/indra/llui/llmenugl.cpp @@ -2894,8 +2894,8 @@ void hide_top_view( LLView* view ) } -// x and y are the desired location for the popup, NOT necessarily the -// mouse location +// x and y are the desired location for the popup, in the spawning_view's +// coordinate frame, NOT necessarily the mouse location // static void LLMenuGL::showPopup(LLView* spawning_view, LLMenuGL* menu, S32 x, S32 y) { |
