]> SALOME platform Git repositories - modules/superv.git/blobdiff - src/SUPERVGUI/SUPERVGUI_Main.cxx
Salome HOME
bug 5856
[modules/superv.git] / src / SUPERVGUI / SUPERVGUI_Main.cxx
index 9c86f2ef5bcfd4e7b56c31a49d4c6c4c6dac9787..b67cf26e386b9ea272355d94d1d096b660a51c89 100644 (file)
@@ -731,7 +731,7 @@ void SUPERVGUI_Main::showPopup(QPopupMenu* p, QMouseEvent* e) {
   Trace("SUPERVGUI_Main::showPopup");
   // To check is Supervision active?
   if (myIsLocked) return;
-  if (dataflow->IsExecuting()) return;
+  //if (dataflow->IsExecuting()) return;
 
   //if (QAD_Application::getDesktop()->getActiveComponent().compare(STUDY_SUPERVISION) !=0) return;
   if (QAD_Application::getDesktop()->getActiveComponent().compare(QAD_Application::getDesktop()->getComponentUserName( "SUPERV" ) ) !=0) return;