Deselect keyframe when left clicking empty space on timeline (fixes #6)
This commit is contained in:
@@ -208,6 +208,7 @@ public class GuiKeyframeTimeline extends AbstractGuiTimeline<GuiKeyframeTimeline
|
|||||||
// Clicked on timeline but not on any keyframe
|
// Clicked on timeline but not on any keyframe
|
||||||
if (button == 0) { // Left click
|
if (button == 0) { // Left click
|
||||||
setCursorPosition(time);
|
setCursorPosition(time);
|
||||||
|
gui.getMod().setSelectedKeyframe(null);
|
||||||
} else if (button == 1) { // Right click
|
} else if (button == 1) { // Right click
|
||||||
if (pathKeyframePair.getLeft() != null) {
|
if (pathKeyframePair.getLeft() != null) {
|
||||||
// Apply the value of the clicked path at the clicked position
|
// Apply the value of the clicked path at the clicked position
|
||||||
|
|||||||
Reference in New Issue
Block a user