From eb8294cdbd09dd54f0c8bbaa5a042d24f9eadcfc Mon Sep 17 00:00:00 2001 From: blacksun Date: Thu, 1 Mar 2018 18:45:40 +0000 Subject: [PATCH] =?UTF-8?q?Fix=20bug=20N=C2=B0153?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit git-svn-id: svn+ssh://svn.tuxfamily.org/svnroot/qet/qet/trunk@5250 bfdf4180-ca20-0410-9c96-a3a8aa849046 --- sources/qetgraphicsitem/customelement.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sources/qetgraphicsitem/customelement.cpp b/sources/qetgraphicsitem/customelement.cpp index 92d51af31..ee576c520 100644 --- a/sources/qetgraphicsitem/customelement.cpp +++ b/sources/qetgraphicsitem/customelement.cpp @@ -191,7 +191,7 @@ bool CustomElement::buildFromXml(const QDomElement &xml_def_elmt, int *state) { { ++ parsed_elements_count; QString current_tag = qde.tagName(); - if (current_tag != "terminal" && current_tag != "input" && current_tag != "dynamic_text") + if (current_tag != "terminal" && current_tag != "input" && current_tag != DynamicElementTextItem::xmlTaggName()) { forbid_antialiasing = true; parseElement(qde, low_zoom_qp);