forked from bartvdbraak/blender
- 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:
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);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user