diff base/View.cpp @ 108:0c19e50bad7c

* add a column bitmap to the matrix file object to record which columns are available (optimisation for refreshing during fft creation)
author Chris Cannam
date Mon, 08 May 2006 13:51:16 +0000
parents f258fd1f74b4
children 61a2ac1241b3
line wrap: on
line diff
--- a/base/View.cpp	Fri May 05 16:38:18 2006 +0000
+++ b/base/View.cpp	Mon May 08 13:51:16 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;