Pressing the '~' key in the ipo view didnt store the view state in the ipo curves as clicking on the ipo channel names does.

This commit is contained in:
Campbell Barton
2009-05-25 03:06:03 +00:00
parent 3053ce1a8c
commit 2a9d9605d0

View File

@@ -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);