mirror of
https://github.com/qelectrotech/qelectrotech-source-mirror.git
synced 2025-12-21 16:50:53 +01:00
change zvalue of conductor at 9, to be at bottom of element (it's better to grab terminal)
git-svn-id: svn+ssh://svn.tuxfamily.org/svnroot/qet/qet/trunk@2451 bfdf4180-ca20-0410-9c96-a3a8aa849046
This commit is contained in:
@@ -51,8 +51,8 @@ Conductor::Conductor(Terminal *p1, Terminal* p2, Diagram *parent_diagram) :
|
||||
segments_squares_scale_(1.0),
|
||||
must_highlight_(Conductor::None)
|
||||
{
|
||||
//set Zvalue at 10 to be upper than the DiagramImageItem
|
||||
setZValue(10);
|
||||
//set Zvalue at 9 to be upper than the DiagramImageItem and bottom of element(10)
|
||||
setZValue(9);
|
||||
previous_z_value = zValue();
|
||||
|
||||
// ajout du conducteur a la liste de conducteurs de chacune des deux bornes
|
||||
|
||||
Reference in New Issue
Block a user