Salome HOME
0020323: EDF SMESH 1006: Group on geometry: automatic switch to geometry selection...
[modules/smesh.git] / src / SMESHGUI / SMESHGUI_GroupOnShapeDlg.cxx
index c85a269df519848876fedd33013fec7b55d5d1f6..1b4fb4adbc6fa996bad1ea4159e4813c47c1790f 100644 (file)
@@ -431,6 +431,7 @@ void SMESHGUI_GroupOnShapeOp::selectionDone()
     myDlg->myElemGeomBtn->setEnabled( nbSelected == 1 );
     myDlg->myNodeGeomList->clear();
     myDlg->myNodeGeomBtn->setEnabled( nbSelected == 1 );
+    myDlg->myElemGeomBtn->click();
     return;
   }