mirror of
https://github.com/qelectrotech/qelectrotech-source-mirror.git
synced 2026-04-19 00:09:58 +02:00
Fix bugtracker report N° 119 : Variable %F (of several element Xref) is not always up to date when the corresponding value of titleblock change.
git-svn-id: svn+ssh://svn.tuxfamily.org/svnroot/qet/qet/trunk@4906 bfdf4180-ca20-0410-9c96-a3a8aa849046
This commit is contained in:
@@ -149,13 +149,14 @@ class Element : public QetGraphicsItem
|
||||
void freezeNewAddedElement();
|
||||
|
||||
protected:
|
||||
void setUpConnectionForFormula(QString old_formula, QString new_formula);
|
||||
virtual void setUpConnectionForFormula(QString old_formula, QString new_formula);
|
||||
|
||||
//ATTRIBUTES
|
||||
protected:
|
||||
DiagramContext m_element_informations, kind_informations_;
|
||||
autonum::sequentialNumbers m_autoNum_seq;
|
||||
bool m_freeze_label = false;
|
||||
QString m_F_str;
|
||||
|
||||
/**
|
||||
Draw this element
|
||||
|
||||
Reference in New Issue
Block a user