Change the Z value of conducteur (11) to be upper than an element (10).

git-svn-id: svn+ssh://svn.tuxfamily.org/svnroot/qet/qet/trunk@4506 bfdf4180-ca20-0410-9c96-a3a8aa849046
This commit is contained in:
blacksun
2016-05-23 13:57:01 +00:00
parent 520d542cda
commit 167cba85e2

View File

@@ -61,8 +61,8 @@ Conductor::Conductor(Terminal *p1, Terminal* p2) :
else if (p2->diagram())
properties_ = p2->diagram()->defaultConductorProperties;
//set Zvalue at 9 to be upper than the DiagramImageItem and bottom of element(10)
setZValue(9);
//set Zvalue at 11 to be upper than the DiagramImageItem and element
setZValue(11);
previous_z_value = zValue();
//Add this conductor to the list of conductor of each of the two terminal