diff options
| author | Richard Linden <none@none> | 2013-05-10 17:57:12 -0700 |
|---|---|---|
| committer | Richard Linden <none@none> | 2013-05-10 17:57:12 -0700 |
| commit | 41b4374760dd060a7f51a4a837851d5a03b7242a (patch) | |
| tree | d4d2c2c9051e3c11294bf66a5bd07ec44982d8e2 /indra/llui/lltoggleablemenu.cpp | |
| parent | 43f063fe2c814e28da69f2f5c373497a6d621460 (diff) | |
SH-3931 WIP Interesting: Add graphs to visualize scene load metrics
renamed LLView::handleVisibilityChange to onVisibilityChange to reflect
standard naming conventions for handlers vs. reactors
Diffstat (limited to 'indra/llui/lltoggleablemenu.cpp')
| -rw-r--r-- | indra/llui/lltoggleablemenu.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/llui/lltoggleablemenu.cpp b/indra/llui/lltoggleablemenu.cpp index 00d52fe10d..ccb92ffbb2 100644 --- a/indra/llui/lltoggleablemenu.cpp +++ b/indra/llui/lltoggleablemenu.cpp @@ -52,7 +52,7 @@ boost::signals2::connection LLToggleableMenu::setVisibilityChangeCallback(const } // virtual -void LLToggleableMenu::handleVisibilityChange (BOOL curVisibilityIn) +void LLToggleableMenu::onVisibilityChange (BOOL curVisibilityIn) { S32 x,y; LLUI::getMousePositionLocal(LLUI::getRootView(), &x, &y); |
