Mercurial > hg > svapp
diff framework/MainWindowBase.cpp @ 139:2cf711ed89e2
* Add some informative labels to transform finder
author | Chris Cannam |
---|---|
date | Wed, 19 Nov 2008 14:55:17 +0000 |
parents | b742f579ced0 |
children | 9ccaa8fd9b9f |
line wrap: on
line diff
--- a/framework/MainWindowBase.cpp Thu Oct 09 20:10:28 2008 +0000 +++ b/framework/MainWindowBase.cpp Wed Nov 19 14:55:17 2008 +0000 @@ -1751,6 +1751,12 @@ { if (!getMainModel()) return; + if (m_playSource && + m_playSource->isPlaying() && + !m_viewManager->getPlayLoopMode()) { + stop(); + } + size_t frame = getMainModel()->getEndFrame(); if (m_viewManager->getPlaySelectionMode()) {