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:
authorLukas Tönne <lukas.toenne@gmail.com>2014-05-17 18:48:06 +0400
committerLukas Tönne <lukas.toenne@gmail.com>2014-05-17 18:48:06 +0400
commit2bbb442fc9d5cbbf0c0d3035507c26f7bb6d6bf2 (patch)
treebfbb232f36cb4bd9af3c0e2f6c775e8f656923e4
parent8cd88e3bd0e6751ba9d76246bff454a29ace2c41 (diff)
Fix T40236: Undo not pushed in old-school node curve tool button functions.
-rw-r--r--source/blender/editors/interface/interface_templates.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/source/blender/editors/interface/interface_templates.c b/source/blender/editors/interface/interface_templates.c
index e4c26d86044..e298d12ab9c 100644
--- a/source/blender/editors/interface/interface_templates.c
+++ b/source/blender/editors/interface/interface_templates.c
@@ -1957,6 +1957,7 @@ static void curvemap_tools_dofunc(bContext *C, void *cumap_v, int event)
curvemapping_changed(cumap, false);
break;
}
+ ED_undo_push(C, "CurveMap tools");
ED_region_tag_redraw(CTX_wm_region(C));
}