Skip to content

Commit

Permalink
close transform dialog when finishing edit mode
Browse files Browse the repository at this point in the history
  • Loading branch information
wwmayer committed Aug 5, 2016
1 parent 153efa0 commit 6026608
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/Gui/ViewProviderGeometryObject.cpp
Expand Up @@ -238,6 +238,7 @@ void ViewProviderGeometryObject::unsetEdit(int ModNum)
pcRoot->removeChild(csysDragger); //should delete csysDragger
csysDragger = nullptr;
}
Gui::Control().closeDialog();
}

void ViewProviderGeometryObject::setEditViewer(Gui::View3DInventorViewer* viewer, int ModNum)
Expand Down

0 comments on commit 6026608

Please sign in to comment.