]> SALOME platform Git repositories - modules/visu.git/commitdiff
Salome HOME
Bug 9293: Popup menu correction
authorvsv <vsv@opencascade.com>
Mon, 27 Jun 2005 06:56:41 +0000 (06:56 +0000)
committervsv <vsv@opencascade.com>
Mon, 27 Jun 2005 06:56:41 +0000 (06:56 +0000)
src/VISUGUI/VisuGUI.cxx

index fa40659297c9e4e81e7b796d673743ad8eec1ed3..4ccc0765c4ac8e7ce7d3d4a3332aafaa76237551 100644 (file)
@@ -2197,8 +2197,9 @@ createPopupMenus()
 
   // View parameters
   mgr->insert ( action( VISU_VIEW_PARAMS ), -1, -1, -1 ); // save view params
-  //jfa tmp:mgr->setRule( action( 4046 ), "(client='VTKViewer' and selcount=0) or (selcount=1 and type='VISU::TVIEW3D')", true );
-  mgr->setRule( action( VISU_VIEW_PARAMS ), "selcount=0", true ); //jfa tmp
+  //jfa tmp:mgr->setRule( action( 4046 ),"(client='VTKViewer' and selcount=0) or (selcount=1 and type='VISU::TVIEW3D')", true );
+
+  mgr->setRule( action( VISU_VIEW_PARAMS ), "client='VTKViewer' and selcount=0", true ); //jfa tmp
   mgr->insert ( action( VISU_RESTORE_VIEW_PARAMS ), -1, -1, -1 ); // restore view params
   mgr->setRule( action( VISU_RESTORE_VIEW_PARAMS ), "selcount=1 and type='VISU::TVIEW3D'", true );
   mgr->insert ( action( VISU_DELETE_VIEW_PARAMS ), -1, -1, -1 ); // delete view params