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();