X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;f=lib%2FcpBaseQtApplication%2FMainWindow.cxx;h=41f2df5248725e9ecebc71977d2b3880dd973969;hb=b5417af22a8c30e05961789f4758c10e0cc1b926;hp=830508fb18d58a60ef0f14106d746735ff2314e0;hpb=1eca6dc8780b7fda231cf03e7ec56c77549bf865;p=cpPlugins.git diff --git a/lib/cpBaseQtApplication/MainWindow.cxx b/lib/cpBaseQtApplication/MainWindow.cxx index 830508f..41f2df5 100644 --- a/lib/cpBaseQtApplication/MainWindow.cxx +++ b/lib/cpBaseQtApplication/MainWindow.cxx @@ -297,10 +297,8 @@ _LoadWorkspace( const std::string& filename ) } else { - /* TODO - if( this->m_Editor != NULL ) - this->m_Editor->setWorkspace( this->m_Workspace ); - */ + if( this->m_Editor != NULL ) + this->m_Editor->redrawWorkspace( ); } // fi }