From 0636d497e1be9dedc9d52b4c345d2ab7623f281a Mon Sep 17 00:00:00 2001 From: vsr Date: Thu, 31 May 2018 12:35:36 +0300 Subject: [PATCH] 0023565: [EDF] AsterStudy: Load Script operation's status is incorrectly updated --- 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 128df3e64..dedfaeb9a 100644 --- a/src/LightApp/LightApp_Application.cxx +++ b/src/LightApp/LightApp_Application.cxx @@ -554,6 +554,7 @@ bool LightApp_Application::activateModule( const QString& modName ) if ( activeModule() ) activeModule()->updateModuleVisibilityState(); + updateActions(); return true; } -- 2.39.2