timebased: transform keyframe times to global for snapping

This commit is contained in:
itsmattkc
2022-07-22 17:57:19 -07:00
parent a3cde5bd44
commit 925d63d707
6 changed files with 61 additions and 5 deletions
+1 -1
View File
@@ -261,7 +261,7 @@ void KeyframeView::mousePressEvent(QMouseEvent *event)
if (FirstChanceMousePress(event)) {
first_chance_mouse_event_ = true;
} else if (NodeKeyframe *initial_key = selection_manager_.MousePress(event)) {
selection_manager_.DragStart(initial_key, event);
selection_manager_.DragStart(initial_key, event, this);
KeyframeDragStart(event);
} else {
selection_manager_.RubberBandStart(event);