diff options
author | Tatsuki Makino <tatsuki_makino@hotmail.com> | 2025-02-10 16:09:54 +0300 |
---|---|---|
committer | Vladimir Druzenko <vvd@FreeBSD.org> | 2025-02-10 16:09:54 +0300 |
commit | 0104b89d13613704b93380ec604f1553e5420dd3 (patch) | |
tree | 361ee6ce3eedb9f3c3f10d34b5c5cc51d30e7d5f /multimedia/openshot/files/patch-src_windows_preferences.py | |
parent | multimedia/libopenshot: Update 0.3.3 → 0.4.0 (diff) |
multimedia/openshot: Update 3.2.1 → 3.3.0
News:
https://www.openshot.org/blog/2024/12/22/new_openshot_release_330/
Changelog:
https://github.com/OpenShot/openshot-qt/releases/tag/v3.3.0
PR: 284374
Diffstat (limited to 'multimedia/openshot/files/patch-src_windows_preferences.py')
-rw-r--r-- | multimedia/openshot/files/patch-src_windows_preferences.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/multimedia/openshot/files/patch-src_windows_preferences.py b/multimedia/openshot/files/patch-src_windows_preferences.py index f26971428109..0a078a7cf054 100644 --- a/multimedia/openshot/files/patch-src_windows_preferences.py +++ b/multimedia/openshot/files/patch-src_windows_preferences.py @@ -1,6 +1,6 @@ ---- src/windows/preferences.py.orig 2024-06-24 20:49:58 UTC +--- src/windows/preferences.py.orig 2024-12-22 02:37:46 UTC +++ src/windows/preferences.py -@@ -335,7 +335,7 @@ class Preferences(QDialog): +@@ -358,7 +358,7 @@ class Preferences(QDialog): value_list.remove(value_item) elif os_platform == "Windows" and v not in ("0", "3", "4"): value_list.remove(value_item) |