Skip to content

Commit

Permalink
Finally figured out why timeline was not updated, with help from MrSt…
Browse files Browse the repository at this point in the history
…evns
  • Loading branch information
davidlamhauge committed Feb 27, 2024
1 parent 399aa9c commit 865ced5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions app/src/actioncommands.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -682,6 +682,7 @@ void ActionCommands::interpolateKeyframes()
return;
}

layer->deselectAll();
BitmapImage* img1 = layer->getBitmapImageAtFrame(first);
mEditor->scrubTo(first);
QRect rect1 = img1->bounds();
Expand Down

0 comments on commit 865ced5

Please sign in to comment.