changeset 557:7759c2dca846 3.0-integration

Jump to start when recording, so you can see something is happening
author Chris Cannam
date Mon, 12 Dec 2016 17:08:10 +0000
parents 21e3aab6e3e7
children 206d65e2b69a
files framework/MainWindowBase.cpp
diffstat 1 files changed, 2 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/framework/MainWindowBase.cpp	Mon Dec 12 15:45:33 2016 +0000
+++ b/framework/MainWindowBase.cpp	Mon Dec 12 17:08:10 2016 +0000
@@ -2869,6 +2869,8 @@
         }
     }
 
+    if (m_viewManager) m_viewManager->setGlobalCentreFrame(0);
+    
     m_audioIO->resume();
 
     WritableWaveFileModel *model = m_recordTarget->startRecording();