From: eap Date: Wed, 26 Aug 2015 12:20:58 +0000 (+0300) Subject: "Wait cursor" during object showing X-Git-Tag: V7_7_0a1~8 X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=77b2b4a5a74f0a252e94c6f14408ec8841234f17;p=modules%2Fgui.git "Wait cursor" during object showing --- diff --git a/src/LightApp/LightApp_ShowHideOp.cxx b/src/LightApp/LightApp_ShowHideOp.cxx index 2b8ae4ad5..9c886bb79 100644 --- a/src/LightApp/LightApp_ShowHideOp.cxx +++ b/src/LightApp/LightApp_ShowHideOp.cxx @@ -29,6 +29,8 @@ #include "LightApp_SelectionMgr.h" #include "LightApp_Selection.h" +#include "SUIT_OverrideCursor.h" + #ifndef DISABLE_SALOMEOBJECT #include #endif @@ -151,6 +153,7 @@ void LightApp_ShowHideOp::startOperation() objEntries.append( study->referencedToEntry( *it ) ); if( myActionType==DISPLAY || myActionType==DISPLAY_ONLY ) { + SUIT_OverrideCursor wc; d->Display( objEntries, false, 0 ); mgr->setSelectedObjects(selObjs); }