mirror of
https://github.com/qelectrotech/qelectrotech-source-mirror.git
synced 2026-01-09 07:09:59 +01:00
Nomenclature export(all fields exported to csv) and Comment field(displayed on editor) handle position and folio variables
git-svn-id: svn+ssh://svn.tuxfamily.org/svnroot/qet/qet/trunk@4521 bfdf4180-ca20-0410-9c96-a3a8aa849046
This commit is contained in:
@@ -535,7 +535,7 @@ void CrossRefItem::fillCrossRef(QPainter &painter) {
|
||||
*/
|
||||
void CrossRefItem::AddExtraInfo(QPainter &painter)
|
||||
{
|
||||
QString comment = m_element -> elementInformations()["comment"].toString();
|
||||
QString comment = m_element -> assignVariables(m_element -> elementInformations()["comment"].toString(), m_element);
|
||||
bool must_show = m_element -> elementInformations().keyMustShow("comment");
|
||||
|
||||
if (!comment.isEmpty() && must_show)
|
||||
|
||||
Reference in New Issue
Block a user