changeset 519:a2a8fa0eed08 3.0-plus-imaf

Merge branches 3.0-integration and imaf_enc to 3.0-plus-imaf
author Chris Cannam
date Wed, 20 Apr 2016 12:06:28 +0100
parents f7ec9e410108 (current diff) 428ce32a8dd9 (diff)
children
files framework/MainWindowBase.cpp
diffstat 1 files changed, 2 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/framework/MainWindowBase.cpp	Fri Mar 18 14:25:05 2016 +0000
+++ b/framework/MainWindowBase.cpp	Wed Apr 20 12:06:28 2016 +0100
@@ -488,7 +488,8 @@
 
     QString lastPath = m_sessionFile;
 
-    if (type == FileFinder::AudioFile) {
+    if (type == FileFinder::AudioFile ||
+        type == FileFinder::IMAFile) {
         lastPath = m_audioFile;
     }