diff base/View.cpp @ 134:53dfcd7db419

* Restore progress updates to spectrogram
author Chris Cannam
date Wed, 05 Jul 2006 16:15:22 +0000
parents e388730429b5
children a35098a9c814
line wrap: on
line diff
--- a/base/View.cpp	Mon Jul 03 15:00:32 2006 +0000
+++ b/base/View.cpp	Wed Jul 05 16:15:22 2006 +0000
@@ -31,7 +31,7 @@
 #include <cassert>
 #include <math.h>
 
-//#define DEBUG_VIEW_WIDGET_PAINT 1
+#define DEBUG_VIEW_WIDGET_PAINT 1
 
 using std::cerr;
 using std::endl;
@@ -1056,7 +1056,7 @@
 
 	if (i->first == object) {
 
-	    int completion = i->first->getCompletion();
+	    int completion = i->first->getCompletion(this);
 
 	    if (completion >= 100) {