From 3db4f4ef6d78b765d7ad2bc99dd7ba7d32e63a11 Mon Sep 17 00:00:00 2001 From: Roman Telezhynskyi Date: Mon, 16 Sep 2019 11:54:55 +0300 Subject: [PATCH] Fixed issue #978. Don't show errors in History dialog. Showing error messages instead of tool record can confuse a user. Additionally it may create issues with a caret (feature insert after). --HG-- branch : release --- ChangeLog.txt | 1 + src/app/valentina/dialogs/dialoghistory.cpp | 6 +++--- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/ChangeLog.txt b/ChangeLog.txt index 9e81114a4..48b2244e0 100644 --- a/ChangeLog.txt +++ b/ChangeLog.txt @@ -30,6 +30,7 @@ - Changing settings for move and rotate tools through property browser does not take in count previous change for label point and Show label option. - Fix locking file after double save as. - Key --ignoremargins still required margins. +- [#978] Don't show errors in History dialog. # Version 0.6.1 October 23, 2018 - [#885] Regression. Broken support for multi size measurements. diff --git a/src/app/valentina/dialogs/dialoghistory.cpp b/src/app/valentina/dialogs/dialoghistory.cpp index 2a29ac1c2..32edbb14e 100644 --- a/src/app/valentina/dialogs/dialoghistory.cpp +++ b/src/app/valentina/dialogs/dialoghistory.cpp @@ -218,7 +218,7 @@ QString DialogHistory::Record(const VToolRecord &tool) if (domElem.isElement() == false) { qDebug()<<"Can't find element by id"<