From: vsr Date: Fri, 12 Aug 2016 06:24:51 +0000 (+0300) Subject: Save preferences after study closure, to give chance to modules to set any preference... X-Git-Tag: V8_1_0rc1~8^2 X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=refs%2Fheads%2Frnv%2Fvtk_opengl2_backend;p=modules%2Fgui.git Save preferences after study closure, to give chance to modules to set any preference in study closure --- 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; }