From 18bb0bc5693927f0e7393f717fdb7d844d4cd69d Mon Sep 17 00:00:00 2001 From: Campbell Barton Date: Fri, 16 Feb 2018 23:37:47 +1100 Subject: Object Mode: exit sculpt on selection --- source/blender/editors/util/undo.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source/blender/editors/util') diff --git a/source/blender/editors/util/undo.c b/source/blender/editors/util/undo.c index 64055b46431..3a2d67c8703 100644 --- a/source/blender/editors/util/undo.c +++ b/source/blender/editors/util/undo.c @@ -117,7 +117,7 @@ void ED_undo_push(bContext *C, const char *str) BKE_undo_write(C, str); } - WM_file_tag_modified(C); + WM_file_tag_modified(); } /* note: also check undo_history_exec() in bottom if you change notifiers */ -- cgit v1.2.3