diff options
author | Mnikolenko ProductEngine <mnikolenko@productengine.com> | 2017-08-04 18:10:52 +0300 |
---|---|---|
committer | Mnikolenko ProductEngine <mnikolenko@productengine.com> | 2017-08-04 18:10:52 +0300 |
commit | f600e1ac5141cb014a94b187130788593d394a95 (patch) | |
tree | a7c4f8ac1ae0bfc16f7b897cac65c612f6794e72 /indra/newview | |
parent | 8c369771b560dc8e6e5a2a8bc466170e484964c5 (diff) |
MAINT-7655 Auto-open debug console if any "Info to Debug Console" operations are picked
Diffstat (limited to 'indra/newview')
-rw-r--r-- | indra/newview/llviewermenu.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/indra/newview/llviewermenu.cpp b/indra/newview/llviewermenu.cpp index c68f6b8a15..0ad3ef2f71 100644 --- a/indra/newview/llviewermenu.cpp +++ b/indra/newview/llviewermenu.cpp @@ -618,6 +618,7 @@ class LLAdvancedDumpInfoToConsole : public view_listener_t { bool handleEvent(const LLSD& userdata) { + gDebugView->mDebugConsolep->setVisible(TRUE); std::string info_type = userdata.asString(); if ("region" == info_type) { |