+ 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:
@@ -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;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user