mirror of
https://git.salome-platform.org/gitpub/modules/smesh.git
synced 2024-12-26 09:20:34 +05:00
22372: EDF 2758 SMESH: Create/Manage groups on a mesh composed of nodes and balls
Set SUIT_OverrideCursor while all mesh elements are filtered
This commit is contained in:
parent
62e1c11b6d
commit
a897e2d0ce
@ -51,6 +51,7 @@
|
||||
#include <SUIT_ResourceMgr.h>
|
||||
#include <SUIT_Session.h>
|
||||
#include <SUIT_MessageBox.h>
|
||||
#include <SUIT_OverrideCursor.h>
|
||||
#include <QtxColorButton.h>
|
||||
|
||||
#include <LightApp_Application.h>
|
||||
@ -3270,6 +3271,7 @@ bool SMESHGUI_FilterDlg::onApply()
|
||||
if (!isValid())
|
||||
return false;
|
||||
|
||||
SUIT_OverrideCursor wc;
|
||||
try {
|
||||
int aCurrType = myTable->GetType();
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user