diff view/ViewManager.cpp @ 398:80e279e4f9fe

* Add more data-editor support to various models
author Chris Cannam
date Thu, 12 Jun 2008 14:33:45 +0000
parents 592d692b4f8b
children 73a58a4dfebd
line wrap: on
line diff
--- a/view/ViewManager.cpp	Thu Jun 12 10:47:11 2008 +0000
+++ b/view/ViewManager.cpp	Thu Jun 12 14:33:45 2008 +0000
@@ -474,7 +474,9 @@
 {
     View *v = dynamic_cast<View *>(sender());
 
+#ifdef DEBUG_VIEW_MANAGER
     std::cerr << "ViewManager::viewCentreFrameChanged(" << f << ", " << locked << ", " << mode << "), view is " << v << std::endl;
+#endif
 
     if (locked) {
         m_globalCentreFrame = f;