changeset 388:6718bbc073b4 item_appearance_adjustments

Fix Z value of connecting item from uncommitted changes
author Chris Cannam
date Tue, 24 May 2011 16:26:42 +0100
parents ce6a70970808
children 496f2042155a
files src/grapher.cpp
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/src/grapher.cpp	Tue May 24 16:26:15 2011 +0100
+++ b/src/grapher.cpp	Tue May 24 16:26:42 2011 +0100
@@ -452,7 +452,7 @@
             ChangesetItem *pitem = m_items[p];
             conn->setParent(pitem);
             conn->setChild(m_uncommitted);
-            conn->setZValue(0);
+            conn->setZValue(-1);
             m_scene->addItem(conn);
             if (pitem) {
                 if (pitem->getChangeset()->branch() == uncommittedBranch) {