Salome HOME
23179: EDF 11603 - Problem with extrusion when path is not well oriented
[modules/smesh.git] / src / SMESHGUI / SMESHGUI_GroupDlg.cxx
index e9b683d611034dfb299a5a776089c4bb550e8092..7b1ad6ec92a35cdd376a4c38424dd473b9f45d21 100644 (file)
@@ -1827,6 +1827,8 @@ void SMESHGUI_GroupDlg::onAdd()
 
   if (aNbSel == 0 || myActorsList.count() == 0 || myMesh->_is_nil()) return;
 
 
   if (aNbSel == 0 || myActorsList.count() == 0 || myMesh->_is_nil()) return;
 
+  SUIT_OverrideCursor wc;
+
   myIsBusy = true;
   int sizeBefore = myElements->count();
 
   myIsBusy = true;
   int sizeBefore = myElements->count();