From: rnv Date: Mon, 21 Mar 2011 13:02:22 +0000 (+0000) Subject: Small correction for the "21056: EDF 1608 SMESH: Dialog Box "Create Sub Mesh": focus... X-Git-Tag: Start_BR_19998_21191~12 X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=77270c3d825ea00e7c417347131ad4bc9a1ad7a8;p=modules%2Fsmesh.git Small correction for the "21056: EDF 1608 SMESH: Dialog Box "Create Sub Mesh": focus should automatically switch to geometry" issue. --- diff --git a/src/SMESHGUI/SMESHGUI_MeshOp.cxx b/src/SMESHGUI/SMESHGUI_MeshOp.cxx index b8d9d5a01..0519f99ff 100644 --- a/src/SMESHGUI/SMESHGUI_MeshOp.cxx +++ b/src/SMESHGUI/SMESHGUI_MeshOp.cxx @@ -242,7 +242,7 @@ void SMESHGUI_MeshOp::startOperation() myDlg->setCurrentTab( SMESH::DIM_3D ); myDlg->show(); - + myDlg->setGeomPopupEnabled(false); selectionDone(); myIgnoreAlgoSelection = false;