Skip to content

Commit

Permalink
fix Elastic Scale video filter with preview scaling
Browse files Browse the repository at this point in the history
  • Loading branch information
ddennedy committed Feb 29, 2024
1 parent 78bc28e commit 61c7e99
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/qml/filters/elastic_scale/ui.qml
Original file line number Diff line number Diff line change
@@ -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
Expand Down Expand Up @@ -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);
Expand Down

0 comments on commit 61c7e99

Please sign in to comment.