comparison 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
comparison
equal deleted inserted replaced
168:d4be66d61c04 169:86cee2b060c7
1084 i->second->hide(); 1084 i->second->hide();
1085 1085
1086 } else { 1086 } else {
1087 1087
1088 i->second->setText(i->first->getPropertyContainerName()); 1088 i->second->setText(i->first->getPropertyContainerName());
1089
1090 // std::cerr << this << "::checkProgress: completion " << completion << std::endl;
1091 1089
1092 i->second->setValue(completion); 1090 i->second->setValue(completion);
1093 i->second->move(0, ph - i->second->height()); 1091 i->second->move(0, ph - i->second->height());
1094 1092
1095 i->second->show(); 1093 i->second->show();