From 61c7e9999d41855952450b556f54a760ca808826 Mon Sep 17 00:00:00 2001 From: Dan Dennedy Date: Wed, 28 Feb 2024 21:47:39 -0800 Subject: [PATCH] fix Elastic Scale video filter with preview scaling --- src/qml/filters/elastic_scale/ui.qml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/qml/filters/elastic_scale/ui.qml b/src/qml/filters/elastic_scale/ui.qml index e18ed6cbd8..bc1d74df0d 100644 --- a/src/qml/filters/elastic_scale/ui.qml +++ b/src/qml/filters/elastic_scale/ui.qml @@ -1,5 +1,5 @@ /* - * Copyright (c) 2019-2022 Meltytech, LLC + * Copyright (c) 2019-2024 Meltytech, LLC * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by @@ -63,7 +63,7 @@ Shotcut.KeyframableFilter { width: 350 height: 100 Component.onCompleted: { - filter.set('threads', 0); + filter.set('threads', 1); if (filter.isNew) { filter.set(center, centerDefault); filter.set(linearwidth, linearwidthDefault);