From: Anthony Geay Date: Thu, 9 Sep 2021 06:47:29 +0000 (+0200) Subject: Fix error on following use case in SSL. Open Shaper - Load a new HDF study file ... X-Git-Tag: V9_8_0a1~1 X-Git-Url: http://git.salome-platform.org/gitweb/?p=modules%2Fgui.git;a=commitdiff_plain;h=d350f820a359761a6e7f8ad98eefaa29616e2206 Fix error on following use case in SSL. Open Shaper - Load a new HDF study file - Switch to GEOM --- diff --git a/src/Session/SALOME_Session_Server.cxx b/src/Session/SALOME_Session_Server.cxx index 35e46458e..e95d71ee5 100644 --- a/src/Session/SALOME_Session_Server.cxx +++ b/src/Session/SALOME_Session_Server.cxx @@ -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)