Mercurial > hg > svgui
changeset 390:0384cf63e91c
* default synchronous to false, of course...
author | Chris Cannam |
---|---|
date | Tue, 20 May 2008 10:42:07 +0000 |
parents | 2ed4e572d0d4 |
children | 4f0f273c8f82 |
files | layer/SpectrogramLayer.cpp |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/layer/SpectrogramLayer.cpp Tue May 20 10:40:20 2008 +0000 +++ b/layer/SpectrogramLayer.cpp Tue May 20 10:42:07 2008 +0000 @@ -68,7 +68,7 @@ m_normalizeColumns(false), m_normalizeVisibleArea(false), m_lastEmittedZoomStep(-1), - m_synchronous(true), //!!! + m_synchronous(false), m_lastPaintBlockWidth(0), m_updateTimer(0), m_candidateFillStartFrame(0),