fixed keyframeviewbase bug that led to unpredicatable mouse behavior

This commit is contained in:
itsmattkc
2019-12-31 15:38:14 +11:00
parent acfbe421e2
commit f669446692
+2 -2
View File
@@ -181,10 +181,10 @@ void KeyframeViewBase::mouseReleaseEvent(QMouseEvent *event)
}
Core::instance()->undo_stack()->push(command);
selected_keys_.clear();
}
}
selected_keys_.clear();
}
}
}