Salome HOME
Fix error on following use case in SSL. Open Shaper - Load a new HDF study file ...
authorAnthony Geay <anthony.geay@edf.fr>
Thu, 9 Sep 2021 06:47:29 +0000 (08:47 +0200)
committerAnthony Geay <anthony.geay@edf.fr>
Thu, 9 Sep 2021 06:47:29 +0000 (08:47 +0200)
src/Session/SALOME_Session_Server.cxx

index 35e46458efaf6b45a6b0052580af9aaad3884129..e95d71ee5f53a21d79ed3d3651a6c7651dd72682 100644 (file)
@@ -467,6 +467,7 @@ int AbstractGUIAppMain(int argc, char **argv)
 {
   using NamingServiceImplementation = typename GUI_APP_STYLE::NamingServiceImplementation;
   setSSLMode(GUI_APP_STYLE::SSL_MODE);
+  setGUIMode(true);
   GUI_APP_STYLE self;
   // Set-up application settings configuration (as for QSettings)
   // Note: these are default settings which can be customized (see below)