From 865ced5c79d11b3002e88f790879e087295cd1f7 Mon Sep 17 00:00:00 2001 From: David Lamhauge Date: Tue, 27 Feb 2024 20:58:49 +0100 Subject: [PATCH] Finally figured out why timeline was not updated, with help from MrStevns --- app/src/actioncommands.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/app/src/actioncommands.cpp b/app/src/actioncommands.cpp index 8228a68b2..838ea095e 100644 --- a/app/src/actioncommands.cpp +++ b/app/src/actioncommands.cpp @@ -682,6 +682,7 @@ void ActionCommands::interpolateKeyframes() return; } + layer->deselectAll(); BitmapImage* img1 = layer->getBitmapImageAtFrame(first); mEditor->scrubTo(first); QRect rect1 = img1->bounds();