remove old orientation for element Attribute in XML and code

This commit is contained in:
Simon De Backer
2020-08-30 22:56:06 +02:00
parent 504a061e71
commit a4654dc6c2
5351 changed files with 5623 additions and 5627 deletions

View File

@@ -430,10 +430,6 @@ const QDomDocument ElementScene::toXml(bool all_parts)
root.setAttribute("hotspot_y", QString("%1").arg(
-(qRound(size.y() - (ymargin/2)))));
#pragma message("@TODO remove this code? the orientation for element")
// we keep the orientation for compatibility with previous version of qet
root.setAttribute("orientation", "dyyy");
root.setAttribute("version", QET::version);
root.setAttribute("link_type", m_elmt_type);