Clearing Keyframes resets the Timeline Cursor Position

This commit is contained in:
CrushedPixel
2015-07-23 12:34:44 +02:00
parent 528ee52754
commit e80d71db93

View File

@@ -329,6 +329,8 @@ public class ReplayHandler {
markerKeyframes.clear(); markerKeyframes.clear();
} }
setRealTimelineCursor(0);
fireKeyframesModifyEvent(); fireKeyframesModifyEvent();
} }