+ 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
This commit is contained in:
parent
81906b86a4
commit
588c246918
|
@ -218,6 +218,7 @@ CmdPartRefineShape::CmdPartRefineShape()
|
|||
|
||||
void CmdPartRefineShape::activated(int iMsg)
|
||||
{
|
||||
Gui::WaitCursor wc;
|
||||
Base::Type partid = Base::Type::fromName("Part::Feature");
|
||||
std::vector<App::DocumentObject*> objs = Gui::Selection().getObjectsOfType(partid);
|
||||
openCommand("Refine shape");
|
||||
|
|
Loading…
Reference in New Issue
Block a user