# HG changeset patch # User Chris Cannam # Date 1193046335 0 # Node ID 6e1d4d50009248062c3516000ced20c174e8ac1b # Parent 24ac2e4010c53978edaf9fe9437bb6921ba7870d * Some export fixes, and avoid clipping on resampling on import diff -r 24ac2e4010c5 -r 6e1d4d500092 main/MainWindow.cpp --- 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) {