Mercurial > hg > easyhg
diff grapher.cpp @ 149:38faf16df9b6
* minor menu fix
author | Chris Cannam |
---|---|
date | Wed, 01 Dec 2010 22:05:09 +0000 |
parents | 644bd31e8301 |
children | 70fe12873106 |
line wrap: on
line diff
--- a/grapher.cpp Wed Dec 01 21:02:53 2010 +0000 +++ b/grapher.cpp Wed Dec 01 22:05:09 2010 +0000 @@ -401,7 +401,7 @@ if (m_uncommittedParentId != "") { m_uncommitted = new UncommittedItem(); - m_scene->addItem(m_uncommitted); + m_scene->addUncommittedItem(m_uncommitted); ConnectionItem *conn = new ConnectionItem(); conn->setParent(m_items[m_uncommittedParentId]); conn->setChild(m_uncommitted);