Mercurial > hg > svgui
diff view/View.cpp @ 169:86cee2b060c7
* Fix slowness in serving FFT values to feature extraction plugin transform
(failure to call resume() on FFT model)
* Fix failure to update completion from time/value model
author | Chris Cannam |
---|---|
date | Tue, 17 Oct 2006 13:49:31 +0000 |
parents | c1fb771b7646 |
children | 29f01de27db4 |
line wrap: on
line diff
--- a/view/View.cpp Tue Oct 17 13:04:49 2006 +0000 +++ b/view/View.cpp Tue Oct 17 13:49:31 2006 +0000 @@ -1087,8 +1087,6 @@ i->second->setText(i->first->getPropertyContainerName()); -// std::cerr << this << "::checkProgress: completion " << completion << std::endl; - i->second->setValue(completion); i->second->move(0, ph - i->second->height());