From d1a9d4918ad55ab4944d363a5f34c0119f70d4ad Mon Sep 17 00:00:00 2001 From: Renaud G Date: Tue, 24 Sep 2019 22:49:59 +0200 Subject: Fix Bug #55 --- result/stringresult.cpp | 1 + 1 file changed, 1 insertion(+) (limited to 'result') diff --git a/result/stringresult.cpp b/result/stringresult.cpp index d5a7880..b5c490c 100644 --- a/result/stringresult.cpp +++ b/result/stringresult.cpp @@ -64,6 +64,7 @@ bool StringResult::hasHighLight() const Result* StringResult::getCopy() const { auto copy= new StringResult(); + copy->setPrevious(getPrevious()); copy->setHighLight(m_highlight); copy->setText(m_value); return copy; -- cgit v1.2.3-70-g09d2