From 1ee5f7b310eb080f26617de3667ee7db0177704c Mon Sep 17 00:00:00 2001 From: Jonathan Thomas Date: Wed, 19 Apr 2023 13:34:11 -0500 Subject: [PATCH] Allow "duration" to be sent to the webview, to allow auto-increase project duration / auto resize the timeline --- src/windows/views/webview.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/windows/views/webview.py b/src/windows/views/webview.py index 8d7c84934..6fcf6525d 100644 --- a/src/windows/views/webview.py +++ b/src/windows/views/webview.py @@ -220,7 +220,7 @@ def changed(self, action): return # Bail out if change unrelated to webview - if action.key and action.key[0] not in ["clips", "effects"]: + if action.key and action.key[0] not in ["clips", "effects", "duration"]: log.debug(f"Skipping unneeded webview update for '{action.key[0]}'") return