]> SALOME platform Git repositories - modules/gui.git/commitdiff
Salome HOME
BugID: 9377, modified method onPaste, added a call to updateActions
authorsrn <srn@opencascade.com>
Wed, 6 Jul 2005 05:59:10 +0000 (05:59 +0000)
committersrn <srn@opencascade.com>
Wed, 6 Jul 2005 05:59:10 +0000 (05:59 +0000)
src/SalomeApp/SalomeApp_Application.cxx

index 3e403d6a4c97a3628f13da7061c7a22abf712435..7c2182ea1bd6e44473ebb5ab5ec70ce117402d2f 100644 (file)
@@ -592,6 +592,7 @@ void SalomeApp_Application::onPaste()
       try {
        studyMgr()->Paste(so);
        updateObjectBrowser( true );
+       updateActions(); //SRN: BugID IPAL9377, case 3
       }
       catch(...) {
       }