]> SALOME platform Git repositories - modules/superv.git/blobdiff - src/SUPERVGUI/SUPERVGUI_View.cxx
Salome HOME
DCQ:prepare 2.0.0
[modules/superv.git] / src / SUPERVGUI / SUPERVGUI_View.cxx
index 30e534813eebbebd1c052cb7151e226c01592f4d..d47a98a1f6e399427558dcc9514280f0d07c6bb4 100644 (file)
@@ -47,9 +47,12 @@ SUPERVGUI_View::SUPERVGUI_View(SUPERVGUI_Main* theMain):
   }
 
   myViewPopup = new QPopupMenu(viewport());
-  myViewPopup->insertItem(tr("POP_FULLVIEW"), main, SLOT(showFullGraph()));
+  //  myViewPopup->insertItem(tr("POP_FULLVIEW"), main, SLOT(showFullGraph()));
+  myViewPopup->insertItem(tr("POP_FULLVIEW"), main, SLOT(showCanvas()));
   myViewPopup->insertItem(tr("POP_CONTROLVIEW"), main, SLOT(showContolFlow()));
   myViewPopup->insertItem(tr("POP_TABLEVIEW"), main, SLOT(showTable()));
+  //  myViewPopup->insertItem("Previous Full View", main, SLOT(showFullGraph()));
+  //  myViewPopup->insertItem(tr("POP_CANVASVIEW"), main, SLOT(showCanvas()));
 
   myPopup->insertItem(tr("POP_VIEW"), myViewPopup);
   myPopup->insertSeparator();