]> Creatis software - clitk.git/blobdiff - vv/vvMainWindow.cxx
Set vv settings if they are not present when the user open vv
[clitk.git] / vv / vvMainWindow.cxx
index 1bf54692df4a6de78ae15e312f2d3786f9098249..989027b962c6ffdd472aa7b59a3bebd660754fb8 100644 (file)
@@ -386,6 +386,9 @@ vvMainWindow::vvMainWindow():vvMainWindowBase()
     updateRecentlyOpenedFilesMenu(recent_files);
   }
 
+  //Update and get vv parameters
+  setVVSettings();
+
   // Adding all new tools (insertion in the menu)
   vvToolManager::GetInstance()->InsertToolsInMenu(this);
   vvToolManager::GetInstance()->EnableToolsInMenu(this, false);