Mercurial > hg > svcore
diff data/fft/FFTFileCache.cpp @ 374:7cc6b7b0d819 sv1-v1.2pre3
* line up overview widget nicely with main pane (at least on first startup)
* fix #1878396 renaming layer seems to have no visible effect
* comment out some debug output
author | Chris Cannam |
---|---|
date | Wed, 06 Feb 2008 17:40:53 +0000 |
parents | 92e8dbde73cd |
children | 115f60df1e4d |
line wrap: on
line diff
--- a/data/fft/FFTFileCache.cpp Wed Feb 06 16:21:29 2008 +0000 +++ b/data/fft/FFTFileCache.cpp Wed Feb 06 17:40:53 2008 +0000 @@ -23,6 +23,7 @@ #include <QMutexLocker> + // The underlying matrix has height (m_height * 2 + 1). In each // column we store magnitude at [0], [2] etc and phase at [1], [3] // etc, and then store the normalization factor (maximum magnitude) at