diff options
| author | 2015-08-28 00:05:06 +0200 | |
|---|---|---|
| committer | 2015-08-28 00:05:06 +0200 | |
| commit | 3a8b315ab8a448a443cce277f3f26a1996403e06 (patch) | |
| tree | 4e5e5d2509a7eb160a3fc286e89b595079fd871b /node/helpnode.cpp | |
| parent | f8a6f0f2717ebc4e0125501147a8a3d79a621ad5 (diff) | |
| parent | 41b9202ef9102cb94e5b3fdcf8ce760509abaa49 (diff) | |
| download | OneRoll-3a8b315ab8a448a443cce277f3f26a1996403e06.tar.gz OneRoll-3a8b315ab8a448a443cce277f3f26a1996403e06.zip | |
Merge branch 'master' of github.com:obiwankennedy/DiceParser
Diffstat (limited to 'node/helpnode.cpp')
| -rw-r--r-- | node/helpnode.cpp | 1 |
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) { |