diff options
author | mberezhnoy <mberezhnoy@productengine.com> | 2013-05-16 09:16:58 +0300 |
---|---|---|
committer | mberezhnoy <mberezhnoy@productengine.com> | 2013-05-16 09:16:58 +0300 |
commit | 75f97d4ffe517d07e4b528de9e5f2d2c800510fb (patch) | |
tree | 8ada7c313cad821d0e1bc4e983ba040443ed79e1 /indra/newview/llfloaterimcontainer.h | |
parent | 5f05e5841f5e748984a7dd7ac4e18070fc716857 (diff) |
CHUI-963 (Toggling chat fui button twice tears off nearby chat to lower left corner also deletes other open conversations)
Diffstat (limited to 'indra/newview/llfloaterimcontainer.h')
-rw-r--r-- | indra/newview/llfloaterimcontainer.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/indra/newview/llfloaterimcontainer.h b/indra/newview/llfloaterimcontainer.h index 259b28f952..072a83d547 100644 --- a/indra/newview/llfloaterimcontainer.h +++ b/indra/newview/llfloaterimcontainer.h @@ -118,6 +118,7 @@ public: void assignResizeLimits(); virtual BOOL handleKeyHere(KEY key, MASK mask ); /*virtual*/ void closeFloater(bool app_quitting = false); + /*virtual*/ BOOL isFrontmost(); private: typedef std::map<LLUUID,LLFloater*> avatarID_panel_map_t; |