]> SALOME platform Git repositories - modules/geom.git/blobdiff - src/MeasureGUI/MeasureGUI_CheckSelfIntersectionsDlg.cxx
Salome HOME
Fix usage of SUIT_OverrideCursor
[modules/geom.git] / src / MeasureGUI / MeasureGUI_CheckSelfIntersectionsDlg.cxx
index f58b0c3a86b7a059dda343efb223bbf24a255e0d..a07e919e5be3e09e1e073d784fc593d011e49051 100644 (file)
@@ -410,6 +410,8 @@ bool MeasureGUI_CheckSelfIntersectionsDlg::findSelfIntersections
   int  nbPairs  = 0;
   int aLevel = myLevelBox->currentIndex();
 
+  SUIT_OverrideCursor wc;
+
   try {
     HasSelfInte = !anOper->CheckSelfIntersections(myObj, aLevel, myInters);
     nbPairs = myInters->length()/2;