Salome HOME
52459: Viscous layers are not normal to the surface.
[modules/smesh.git] / src / SMESHGUI / SMESHGUI_GroupDlg.cxx
index 1293f3e0d37d95c12dea5f6edbc379f453f01313..7d2f4b1ae1a78faf735dc14d2439731262aa0e8b 100644 (file)
@@ -53,6 +53,7 @@
 #include <SUIT_ResourceMgr.h>
 #include <SUIT_Session.h>
 #include <SUIT_MessageBox.h>
+#include <SUIT_OverrideCursor.h>
 
 #include <SalomeApp_Tools.h>
 #include <SalomeApp_Application.h>
@@ -923,6 +924,8 @@ bool SMESHGUI_GroupDlg::onApply()
   SMESH::SMESH_GroupBase_var resultGroup;
   bool isCreation, isConversion = false;
     
+  SUIT_OverrideCursor wc;
+
   if (myGrpTypeId == 0)  // standalone
   {
     if (!mySelectAll->isChecked() && !myElements->count() && myAllowElemsModif->isChecked())