From 588c246918040e320b6d9b69ecdd4dc7b38c0d91 Mon Sep 17 00:00:00 2001 From: wmayer Date: Tue, 20 Dec 2011 19:24:41 +0000 Subject: [PATCH] + show wait cursor for refinement command git-svn-id: https://free-cad.svn.sourceforge.net/svnroot/free-cad/trunk@5330 e8eeb9e2-ec13-0410-a4a9-efa5cf37419d --- src/Mod/Part/Gui/CommandSimple.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/src/Mod/Part/Gui/CommandSimple.cpp b/src/Mod/Part/Gui/CommandSimple.cpp index 578b5fc9c..5faee70f9 100644 --- a/src/Mod/Part/Gui/CommandSimple.cpp +++ b/src/Mod/Part/Gui/CommandSimple.cpp @@ -218,6 +218,7 @@ CmdPartRefineShape::CmdPartRefineShape() void CmdPartRefineShape::activated(int iMsg) { + Gui::WaitCursor wc; Base::Type partid = Base::Type::fromName("Part::Feature"); std::vector objs = Gui::Selection().getObjectsOfType(partid); openCommand("Refine shape");