diff panner.cpp @ 131:2550aaa09240

* Add connecting line to uncommitted item; turn Revert icon blue; cut down menus to things that actually work (well, mostly)
author Chris Cannam
date Tue, 30 Nov 2010 11:17:30 +0000
parents 5fc7b4fc77a8
children 16ceeee30e2a
line wrap: on
line diff
--- a/panner.cpp	Mon Nov 29 20:58:50 2010 +0000
+++ b/panner.cpp	Tue Nov 30 11:17:30 2010 +0000
@@ -162,7 +162,7 @@
 {
     if (m_cache.size() != viewport()->size()) {
 
-        DEBUG << "Panner: recreating cache" << endl;
+        DEBUG << "Panner: cache size " << m_cache.size() << " != viewport size " << viewport()->size() << ": recreating cache" << endl;
 
         QGraphicsScene *s = scene();
         if (!s) return;