From 24681114d3d547792f514fe982ed7ea7280036a4 Mon Sep 17 00:00:00 2001 From: Jean-Philippe ARGAUD Date: Wed, 3 Dec 2014 11:47:51 +0100 Subject: [PATCH] Correction of of method for EFICAS compatibility --- src/daSalome/daGUI/daGuiImpl/adaoGuiManager.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/daSalome/daGUI/daGuiImpl/adaoGuiManager.py b/src/daSalome/daGUI/daGuiImpl/adaoGuiManager.py index ceef4a2..5c9bb58 100644 --- a/src/daSalome/daGUI/daGuiImpl/adaoGuiManager.py +++ b/src/daSalome/daGUI/daGuiImpl/adaoGuiManager.py @@ -276,6 +276,8 @@ class AdaoCaseManager(EficasObserver): break def _processEficasCloseEvent(self, eficasWrapper, eficasEvent): + from Extensions.param2 import originalMath + originalMath.toOriginal() adaoLogger.debug("Destruction d'un cas") editor = eficasEvent.callbackId # Recuperation du cas -- 2.39.2