[qet] qet/qet: [4734] Fix bug 086: print text of conductor on top of conductor |
[ Thread Index |
Date Index
| More lists.tuxfamily.org/qet Archives
]
Revision: 4734
Author: blacksun
Date: 2016-10-06 22:01:08 +0200 (Thu, 06 Oct 2016)
Log Message:
-----------
Fix bug 086: print text of conductor on top of conductor
Modified Paths:
--------------
trunk/sources/qetgraphicsitem/conductor.cpp
Modified: trunk/sources/qetgraphicsitem/conductor.cpp
===================================================================
--- trunk/sources/qetgraphicsitem/conductor.cpp 2016-10-05 07:22:43 UTC (rev 4733)
+++ trunk/sources/qetgraphicsitem/conductor.cpp 2016-10-06 20:01:08 UTC (rev 4734)
@@ -100,8 +100,6 @@
// Add the text field
text_item = new ConductorTextItem(properties_.text, this);
- text_item -> setFlag(QGraphicsItem::ItemStacksBehindParent);
-
connect(text_item, &ConductorTextItem::diagramTextChanged, this, &Conductor::displayedTextChanged);
}