changeset 199:6e1d4d500092

* Some export fixes, and avoid clipping on resampling on import
author Chris Cannam
date Mon, 22 Oct 2007 09:45:35 +0000
parents 24ac2e4010c5
children 1871581e4da9
files main/MainWindow.cpp
diffstat 1 files changed, 2 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/main/MainWindow.cpp	Thu Oct 18 16:20:26 2007 +0000
+++ b/main/MainWindow.cpp	Mon Oct 22 09:45:35 2007 +0000
@@ -3180,6 +3180,8 @@
         
             if (model) {
 
+                std::cerr << "MainWindow::openLayer: Have model" << std::endl;
+
                 Layer *newLayer = m_document->createImportedLayer(model);
 
                 if (newLayer) {