]> SALOME platform Git repositories - modules/superv.git/blobdiff - src/SUPERVGUI/SUPERVGUI_Node.cxx
Salome HOME
bug 5856
[modules/superv.git] / src / SUPERVGUI / SUPERVGUI_Node.cxx
index f8e56a6ce48dd2f9a86892e950aef8074f382cde..1d5a39cb1197e50b3a1eaaa321b25a3ffcb141e7 100644 (file)
@@ -342,7 +342,8 @@ void SUPERVGUI_Node::showPopup(QMouseEvent* e) {
 
 
 void SUPERVGUI_Node::mousePressEvent(QMouseEvent* e) {
-  myMain->showPopup(myPopup, e);
+  if (!myMain->getDataflow()->IsExecuting())
+    myMain->showPopup(myPopup, e);
 }