From 2d07e731f6ac50bfbed3ae95596df29c5cec9643 Mon Sep 17 00:00:00 2001 From: vsr Date: Fri, 12 Aug 2016 09:24:51 +0300 Subject: [PATCH] Save preferences after study closure, to give chance to modules to set any preference in study closure --- src/LightApp/LightApp_Application.cxx | 1 + 1 file changed, 1 insertion(+) diff --git a/src/LightApp/LightApp_Application.cxx b/src/LightApp/LightApp_Application.cxx index 9702d04f2..37ca6fd0f 100644 --- a/src/LightApp/LightApp_Application.cxx +++ b/src/LightApp/LightApp_Application.cxx @@ -436,6 +436,7 @@ LightApp_Application::LightApp_Application() */ LightApp_Application::~LightApp_Application() { + savePreferences(); delete mySelMgr; delete myScreenHelper; } -- 2.39.2