diff changesetscene.cpp @ 124:1f27f71a7034

* Fixes to changeset details display; show on right instead of below to avoid disrupting flow
author Chris Cannam
date Mon, 29 Nov 2010 11:38:25 +0000
parents 005a54380502
children e6c6b88d19b9
line wrap: on
line diff
--- a/changesetscene.cpp	Mon Nov 29 11:18:27 2010 +0000
+++ b/changesetscene.cpp	Mon Nov 29 11:38:25 2010 +0000
@@ -29,7 +29,7 @@
     ChangesetItem *csi = qobject_cast<ChangesetItem *>(sender());
     if (!csi) return;
 
-    if (m_detailShown) {
+    if (m_detailShown && m_detailShown != csi) {
 	m_detailShown->hideDetail();
     }
     m_detailShown = csi;