mirror of
https://github.com/qelectrotech/qelectrotech-source-mirror.git
synced 2025-12-18 05:00:33 +01:00
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:
@@ -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);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user