Salome HOME
Small correction for the "21056: EDF 1608 SMESH: Dialog Box "Create Sub Mesh": focus...
authorrnv <rnv@opencascade.com>
Mon, 21 Mar 2011 13:02:22 +0000 (13:02 +0000)
committerrnv <rnv@opencascade.com>
Mon, 21 Mar 2011 13:02:22 +0000 (13:02 +0000)
src/SMESHGUI/SMESHGUI_MeshOp.cxx

index b8d9d5a01bf59e46cd77c4bc19a9c8d32b7a8a41..0519f99ff62001c7949208cd4355868f90313d9a 100644 (file)
@@ -242,7 +242,7 @@ void SMESHGUI_MeshOp::startOperation()
 
   myDlg->setCurrentTab( SMESH::DIM_3D );
   myDlg->show();
-
+  myDlg->setGeomPopupEnabled(false);
   selectionDone();
 
   myIgnoreAlgoSelection = false;