Since ReplayHandler#addKeyframe selects the Keyframe, deselect it after loading a Path Preset

This commit is contained in:
CrushedPixel
2015-07-23 13:21:26 +02:00
parent be8286ad9c
commit ff65ced4a8

View File

@@ -128,6 +128,8 @@ public class ReplayHandler {
addKeyframe(kf);
}
selectKeyframe(null);
fireKeyframesModifyEvent();
}