diff src/grapher.cpp @ 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 f051d210521e
children 61bde1f0ff0a
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) {