diff view/View.cpp @ 363:6167a28d25fc sv1-v1.2pre3

* line up overview widget nicely with main pane (at least on first startup) * fix #1878396 renaming layer seems to have no visible effect * comment out some debug output
author Chris Cannam
date Wed, 06 Feb 2008 17:40:53 +0000
parents a9dfa2d6d5ac
children f1e6204c1f17
line wrap: on
line diff
--- a/view/View.cpp	Wed Feb 06 16:21:29 2008 +0000
+++ b/view/View.cpp	Wed Feb 06 17:40:53 2008 +0000
@@ -892,8 +892,10 @@
 {
     if (m_followPan) {
         size_t f = alignFromReference(rf);
+#ifdef DEBUG_VIEW_WIDGET_PAINT
         std::cerr << "View[" << this << "]::globalCentreFrameChanged(" << rf
                   << "): setting centre frame to " << f << std::endl;
+#endif
         setCentreFrame(f, false);
     }
 }