Skip to content

Commit

Permalink
after changing node's position, freeze it (user must tell later to un…
Browse files Browse the repository at this point in the history
…freeze)
  • Loading branch information
schnorr committed Mar 2, 2012
1 parent 43aa9c3 commit bebe03f
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Source/Layout.m
Expand Up @@ -203,6 +203,9 @@ - (void) moveNode: (id<FDNode>) node toLocation: (NSPoint) loc
[self addNode: node
withName: [node name]
withLocation: loc];

//freeze the particle that was just added
[self freezeNode: node frozen: YES];
}

- (void) list
Expand Down

0 comments on commit bebe03f

Please sign in to comment.