Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCampbell Barton <ideasman42@gmail.com>2018-02-19 04:20:18 +0300
committerCampbell Barton <ideasman42@gmail.com>2018-02-19 07:54:06 +0300
commit7f65ab86e59f25e718213287273705cfd34e1746 (patch)
tree159ecb2d3d1fa4dbdc23f1da6df24879bcbda2ec /source/blender/editors/util
parent1beb6b43c162f657607b49df9d583b38a160d683 (diff)
Cleanup: sync vertex-paint and sculpt from 2.8
Sync API changes from 2.8 to master.
Diffstat (limited to 'source/blender/editors/util')
-rw-r--r--source/blender/editors/util/undo.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/blender/editors/util/undo.c b/source/blender/editors/util/undo.c
index 95b5c2c1e48..e224dc6484c 100644
--- a/source/blender/editors/util/undo.c
+++ b/source/blender/editors/util/undo.c
@@ -110,7 +110,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 */