]> Creatis software - cpPlugins.git/blobdiff - lib/cpBaseQtApplication/MainWindow.cxx
...
[cpPlugins.git] / lib / cpBaseQtApplication / MainWindow.cxx
index 830508fb18d58a60ef0f14106d746735ff2314e0..41f2df5248725e9ecebc71977d2b3880dd973969 100644 (file)
@@ -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
 }