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:
-rw-r--r--source/blender/src/header_ipo.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/source/blender/src/header_ipo.c b/source/blender/src/header_ipo.c
index 27549a5b502..3ef76c31e53 100644
--- a/source/blender/src/header_ipo.c
+++ b/source/blender/src/header_ipo.c
@@ -1216,6 +1216,8 @@ void do_ipo_buttons(short event)
if (ei->icu) ei->flag |= IPO_VISIBLE;
else ei->flag &= ~IPO_VISIBLE;
}
+ update_editipo_flags();
+
break;
case B_IPOREDRAW:
DAG_object_flush_update(G.scene, ob, OB_RECALC);