From: tbaudier Date: Wed, 19 Dec 2018 14:53:14 +0000 (+0100) Subject: Set vv settings if they are not present when the user open vv X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?p=clitk.git;a=commitdiff_plain;h=769d159c09a35005afb6934fae83843f0b116d36 Set vv settings if they are not present when the user open vv --- diff --git a/vv/vvMainWindow.cxx b/vv/vvMainWindow.cxx index 1bf5469..989027b 100644 --- a/vv/vvMainWindow.cxx +++ b/vv/vvMainWindow.cxx @@ -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);