diff widgets/PluginParameterDialog.cpp @ 213:df791d8c8f58

* Fix real-time plugin corruption when getLatency is called for some plugins * Other minor changes
author Chris Cannam
date Thu, 01 Mar 2007 15:35:27 +0000
parents 8495187c13ce
children e6d0b097d102
line wrap: on
line diff
--- a/widgets/PluginParameterDialog.cpp	Thu Mar 01 12:15:08 2007 +0000
+++ b/widgets/PluginParameterDialog.cpp	Thu Mar 01 15:35:27 2007 +0000
@@ -507,7 +507,7 @@
     settings.setValue("advancedvisible", visible);
     settings.endGroup();
 
-    std::cerr << "resize to " << sizeHint().width() << " x " << sizeHint().height() << std::endl;
+//    std::cerr << "resize to " << sizeHint().width() << " x " << sizeHint().height() << std::endl;
 
     setMinimumHeight(sizeHint().height());
     adjustSize();