From 69e08120347604302bf7291aff2205b3776a1d1b Mon Sep 17 00:00:00 2001 From: xavier Date: Sun, 7 Feb 2010 20:02:53 +0000 Subject: [PATCH] Correction d'un bug dans la prise en compte des informations complementaires par defaut. git-svn-id: svn+ssh://svn.tuxfamily.org/svnroot/qet/qet/trunk@847 bfdf4180-ca20-0410-9c96-a3a8aa849046 --- sources/editor/elementscene.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/sources/editor/elementscene.cpp b/sources/editor/elementscene.cpp index 3384ddaa0..5726c3e54 100644 --- a/sources/editor/elementscene.cpp +++ b/sources/editor/elementscene.cpp @@ -1143,6 +1143,7 @@ bool ElementScene::applyInformations(const QDomDocument &xml_document, QString * _names.fromXml(root); // extrait les informations complementaires + setInformations(QString()); for (QDomNode node = root.firstChild() ; !node.isNull() ; node = node.nextSibling()) { QDomElement elmt = node.toElement(); if (elmt.isNull()) continue;