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>2009-05-25 07:06:03 +0400
committerCampbell Barton <ideasman42@gmail.com>2009-05-25 07:06:03 +0400
commit2a9d9605d08e2521b2c6aadafe8294e1eed78fc3 (patch)
treef00587dd77fcae69bbc9f44e6c17eb5407fdec01
parent3053ce1a8c93480d6412386c0afe11fac4c27f9c (diff)
Pressing the '~' key in the ipo view didnt store the view state in the ipo curves as clicking on the ipo channel names does.
-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);