From 769d159c09a35005afb6934fae83843f0b116d36 Mon Sep 17 00:00:00 2001 From: tbaudier Date: Wed, 19 Dec 2018 15:53:14 +0100 Subject: [PATCH] Set vv settings if they are not present when the user open vv --- vv/vvMainWindow.cxx | 3 +++ 1 file changed, 3 insertions(+) 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); -- 2.45.0