Mercurial > hg > svapp
diff framework/MainWindowBase.cpp @ 250:0136555495ae integration_library
Merge from the default branch
author | Chris Cannam |
---|---|
date | Tue, 11 Oct 2011 11:16:38 +0100 |
parents | ecbf3b75c562 |
children | c469f8d8208e |
line wrap: on
line diff
--- a/framework/MainWindowBase.cpp Mon Oct 10 17:31:30 2011 +0100 +++ b/framework/MainWindowBase.cpp Tue Oct 11 11:16:38 2011 +0100 @@ -1216,6 +1216,8 @@ } PlayParameterRepository::getInstance()->addPlayable(newModel); + SVDEBUG << "SV about to call setMainModel(" << newModel << "): prevMain is " << prevMain << endl; + m_document->setMainModel(newModel); setupMenus();