diff options
author | Leslie Linden <leslie@lindenlab.com> | 2011-10-25 14:14:46 -0700 |
---|---|---|
committer | Leslie Linden <leslie@lindenlab.com> | 2011-10-25 14:14:46 -0700 |
commit | 8448e3b86e9ed94a29a6d1e0bdc8b8f78ff84091 (patch) | |
tree | a27fb7b097797e0f8be95f5af526b6313dcdb359 /indra/newview/lltoolbarview.h | |
parent | 8e4c3dc14f3c5e8220f7b88bceaa5d1ccbb0a2f0 (diff) |
EXP-1398 FIX -- Viewer Crash when moving Speak button from bottom toolbar to side toolbar with call request dialog active on Mac
* Added "on button removed" callback for toolbars.
* Changed docking on incoming and outgoing call floaters to be undocked when "speak" button removed.
Reviewed by Leyla.
Diffstat (limited to 'indra/newview/lltoolbarview.h')
-rw-r--r-- | indra/newview/lltoolbarview.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/indra/newview/lltoolbarview.h b/indra/newview/lltoolbarview.h index 3dc8954abe..4307d10258 100644 --- a/indra/newview/lltoolbarview.h +++ b/indra/newview/lltoolbarview.h @@ -117,6 +117,7 @@ private: void addToToolset(command_id_list_t& command_list, Toolbar& toolbar) const; static void onToolBarButtonAdded(LLView* button); + static void onToolBarButtonRemoved(LLView* button); // Pointers to the toolbars handled by the toolbar view LLToolBar* mToolbars[TOOLBAR_COUNT]; |