+ reorder definition of 'Geometry' and 'Constraints' in SketchObject

+ fix typo
+ fix whitespace


git-svn-id: https://free-cad.svn.sourceforge.net/svnroot/free-cad/trunk@5040 e8eeb9e2-ec13-0410-a4a9-efa5cf37419d
This commit is contained in:
wmayer
2011-10-19 16:15:11 +00:00
parent 4804818cfc
commit 32ee057a41
3 changed files with 5 additions and 5 deletions

View File

@@ -322,7 +322,7 @@ void Document::abortTransaction()
{
if (d->activeUndoTransaction) {
d->rollback = true;
// applieing the so far made changes
// applying the so far made changes
d->activeUndoTransaction->apply(*this,false);
d->rollback = false;