summaryrefslogtreecommitdiff
path: root/indra/newview
diff options
context:
space:
mode:
authorMnikolenko ProductEngine <mnikolenko@productengine.com>2017-08-04 18:10:52 +0300
committerMnikolenko ProductEngine <mnikolenko@productengine.com>2017-08-04 18:10:52 +0300
commitf600e1ac5141cb014a94b187130788593d394a95 (patch)
treea7c4f8ac1ae0bfc16f7b897cac65c612f6794e72 /indra/newview
parent8c369771b560dc8e6e5a2a8bc466170e484964c5 (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.cpp1
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)
{