mirror of
https://github.com/qelectrotech/qelectrotech-source-mirror.git
synced 2025-12-17 12:40:35 +01:00
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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user