From cc39cad77cd14edf9cd4b41b8e1de7925a595ca5 Mon Sep 17 00:00:00 2001 From: Raphael Schweikert Date: Wed, 20 Feb 2013 16:19:28 +0100 Subject: [PATCH] Allow undo for `push` operations --- Slate/Constants.m | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Slate/Constants.m b/Slate/Constants.m index 3a4e7c0a..442137f7 100644 --- a/Slate/Constants.m +++ b/Slate/Constants.m @@ -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";