diff framework/MainWindowBase.cpp @ 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 68ab0fe3bce4 428ce32a8dd9
children
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;
     }