Tweaks and fixes

This commit is contained in:
Wojtek Figat
2022-01-07 12:08:52 +01:00
parent 779e41a686
commit bbfe0446f0
8 changed files with 11 additions and 21 deletions

View File

@@ -525,11 +525,11 @@ namespace FlaxEditor.GUI.Timeline
private void EndMoving()
{
_isMoving = false;
_startMoveLeftEdge = false;
_startMoveRightEdge = false;
if (_startMoveLeftEdge || _startMoveRightEdge)
{
_startMoveLeftEdge = false;
_startMoveRightEdge = false;
// Re-assign the media start/duration inside the undo recording block
if (_startMoveStartFrame != _startFrame || _startMoveDuration != _durationFrames)
{