aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/node/helpnode.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'node/helpnode.cpp')
-rw-r--r--node/helpnode.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/node/helpnode.cpp b/node/helpnode.cpp
index 6108e4d..62dc86e 100644
--- a/node/helpnode.cpp
+++ b/node/helpnode.cpp
@@ -9,6 +9,7 @@ void HelpNode::run(ExecutionNode* previous)
{
m_previousNode = previous;
StringResult* txtResult = dynamic_cast<StringResult*>(m_result);
+ txtResult->setHighLight(false);
if(NULL != previous)
{