Small correction for the "21056: EDF 1608 SMESH: Dialog Box "Create Sub Mesh": focus should automatically switch to geometry" issue.

This commit is contained in:
rnv 2011-03-21 13:02:22 +00:00
parent cb561f9569
commit 77270c3d82

View File

@ -242,7 +242,7 @@ void SMESHGUI_MeshOp::startOperation()
myDlg->setCurrentTab( SMESH::DIM_3D );
myDlg->show();
myDlg->setGeomPopupEnabled(false);
selectionDone();
myIgnoreAlgoSelection = false;