From 167cba85e258d7aef59a6cfd0ff6db74b5e352d8 Mon Sep 17 00:00:00 2001 From: blacksun Date: Mon, 23 May 2016 13:57:01 +0000 Subject: [PATCH] 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 --- sources/qetgraphicsitem/conductor.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/sources/qetgraphicsitem/conductor.cpp b/sources/qetgraphicsitem/conductor.cpp index c900b0d12..dc8853bac 100644 --- a/sources/qetgraphicsitem/conductor.cpp +++ b/sources/qetgraphicsitem/conductor.cpp @@ -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