- one line bug fix: when user changed position of keys in Ipo Curve Editor,

then position of keys weren't redrawn in Timeline
This commit is contained in:
Jiri Hnidek 2005-09-24 12:42:30 +00:00
parent 7cf9300d4d
commit ac4dde3477

@ -458,6 +458,7 @@ void editipo_changed(SpaceIpo *si, int doredraw)
allqueue(REDRAWIPO, 0);
allqueue(REDRAWACTION, 0);
allqueue(REDRAWTIME, 0);
allqueue(REDRAWNLA, 0);
allqueue(REDRAWBUTSOBJECT, 0);