Fix bug 086: print text of conductor on top of conductor

git-svn-id: svn+ssh://svn.tuxfamily.org/svnroot/qet/qet/trunk@4734 bfdf4180-ca20-0410-9c96-a3a8aa849046
This commit is contained in:
blacksun
2016-10-06 20:01:08 +00:00
parent dbacd060bc
commit 5c4ad9a0fd

View File

@@ -100,8 +100,6 @@ Conductor::Conductor(Terminal *p1, Terminal* p2) :
// Add the text field
text_item = new ConductorTextItem(properties_.text, this);
text_item -> setFlag(QGraphicsItem::ItemStacksBehindParent);
connect(text_item, &ConductorTextItem::diagramTextChanged, this, &Conductor::displayedTextChanged);
}