Skip to content

Commit

Permalink
Allow undo for push operations
Browse files Browse the repository at this point in the history
  • Loading branch information
sabberworm committed Feb 20, 2013
1 parent 68de197 commit cc39cad
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 cc39cad

Please sign in to comment.