From 1c9b6314612efcf31f406fccbf860675c9c5aa0d 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 9da7c829a..d8729d166 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