diff widgets/PaneStack.cpp @ 79:19bf27e4fb29

* Replace crash with warning when a transform could not be automatically re-run * More sensible default paths for Vamp plugin lookup (at least on Linux and OS/X) * A start to making the y coords for time value layers etc align * Set sensible y coords for text labels in time instant and value layers
author Chris Cannam
date Thu, 13 Apr 2006 18:29:10 +0000
parents 705f05ab42e3
children 803830f186ef
line wrap: on
line diff
--- a/widgets/PaneStack.cpp	Wed Apr 12 09:59:40 2006 +0000
+++ b/widgets/PaneStack.cpp	Thu Apr 13 18:29:10 2006 +0000
@@ -331,16 +331,16 @@
 
     for (size_t i = 0; i < m_panes.size(); ++i) {
 	if (!m_panes[i].propertyStack) continue;
-	std::cerr << "PaneStack::sizePropertyStacks: " << i << ": min " 
-		  << m_panes[i].propertyStack->minimumSizeHint().width() << ", current "
-		  << m_panes[i].propertyStack->width() << std::endl;
+//	std::cerr << "PaneStack::sizePropertyStacks: " << i << ": min " 
+//		  << m_panes[i].propertyStack->minimumSizeHint().width() << ", current "
+//		  << m_panes[i].propertyStack->width() << std::endl;
 
 	if (m_panes[i].propertyStack->minimumSizeHint().width() > maxMinWidth) {
 	    maxMinWidth = m_panes[i].propertyStack->minimumSizeHint().width();
 	}
     }
 
-    std::cerr << "PaneStack::sizePropertyStacks: max min width " << maxMinWidth << std::endl;
+//    std::cerr << "PaneStack::sizePropertyStacks: max min width " << maxMinWidth << std::endl;
 
 #ifdef Q_WS_MAC
     // This is necessary to compensate for cb->setMinimumSize(10, 10)