From: eap Date: Wed, 13 Nov 2013 14:40:40 +0000 (+0000) Subject: 22372: EDF 2758 SMESH: Create/Manage groups on a mesh composed of nodes and balls X-Git-Tag: V7_3_0a1~70 X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=a897e2d0ce59c3aa0b698a8383c47865978bd84a;p=modules%2Fsmesh.git 22372: EDF 2758 SMESH: Create/Manage groups on a mesh composed of nodes and balls Set SUIT_OverrideCursor while all mesh elements are filtered --- diff --git a/src/SMESHGUI/SMESHGUI_FilterDlg.cxx b/src/SMESHGUI/SMESHGUI_FilterDlg.cxx index 37e1ae1b0..375efe739 100755 --- a/src/SMESHGUI/SMESHGUI_FilterDlg.cxx +++ b/src/SMESHGUI/SMESHGUI_FilterDlg.cxx @@ -51,6 +51,7 @@ #include #include #include +#include #include #include @@ -3270,6 +3271,7 @@ bool SMESHGUI_FilterDlg::onApply() if (!isValid()) return false; + SUIT_OverrideCursor wc; try { int aCurrType = myTable->GetType();