Skip to content

Commit

Permalink
Merge pull request jigish#248 from sabberworm/undo-push
Browse files Browse the repository at this point in the history
Allow undo for `push` operations
  • Loading branch information
jigish committed Feb 23, 2013
2 parents a62b717 + cc39cad commit 6bcd9f9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Slate/Constants.m
Original file line number Diff line number Diff line change
Expand Up @@ -141,7 +141,7 @@
NSString *const UNDO_MAX_STACK_SIZE = @"undoMaxStackSize";
NSString *const UNDO_MAX_STACK_SIZE_DEFAULT = @"10";
NSString *const UNDO_OPS = @"undoOps";
NSString *const UNDO_OPS_DEFAULT = @"activate-snapshot,chain,grid,layout,move,resize,sequence,shell";
NSString *const UNDO_OPS_DEFAULT = @"activate-snapshot,chain,grid,layout,move,push,resize,sequence,shell";
NSString *const GRID_BACKGROUND_COLOR = @"gridBackgroundColor";
NSString *const GRID_BACKGROUND_COLOR_DEFAULT = @"75;77;81;1.0";
NSString *const GRID_ROUNDED_CORNER_SIZE = @"gridRoundedCornerSize";
Expand Down

0 comments on commit 6bcd9f9

Please sign in to comment.