Mercurial > hg > svgui
diff layer/ImageLayer.cpp @ 344:832d246b327b
* better progress reporting in FileSource
* fix set-to-default for audio dials with mappers
author | Chris Cannam |
---|---|
date | Fri, 04 Jan 2008 17:08:10 +0000 |
parents | 2f83b6e3b8ca |
children | 020c485aa7e0 |
line wrap: on
line diff
--- a/layer/ImageLayer.cpp Tue Dec 18 10:35:55 2007 +0000 +++ b/layer/ImageLayer.cpp Fri Jan 04 17:08:10 2008 +0000 @@ -880,7 +880,7 @@ return; } - FileSource *rf = new FileSource(img, true); + FileSource *rf = new FileSource(img, FileSource::ProgressDialog); if (rf->isOK()) { std::cerr << "ok, adding it (local filename = " << rf->getLocalFilename().toStdString() << ")" << std::endl; m_remoteFiles[img] = rf;