Don't wait for a clip to be ready to get its type
This fixes a bug where after duplicating a title clip, the context menu's "Edit Clip" action is disabled because the clip's type is thought to be Unknown. BUG: 456619
-
Thank you for this commit. I am afraid, once the duplicated clip has been edited with new text, the clip monitor is showing the source clip instead of the duplicated clip so when I Overwrite Clip Zone in Timeline it is using the source clip and not the new/duplcated clip.
-
mentioned in commit d9d2d81e
-
Author Developer
You're right, looks like that's a pre-existing problem that this bug did not fix. Even though the selection in the project bin switches to the new clip, the clip monitor is not updated. I don't currently know what the fix is, but maybe somebody else would know exactly what to change.
A possible bandage fix would be to update the clip monitor to the correct clip after you update the title, but that doesn't fix the root issue.
-
Developer
I will take care of this monitor update issue and keep you updated, thanks for reporting.
-
Developer
Ok, duplicate clip not showing up correctly in monitor should now be fixed in git.
-
I've just tested this fix and it's a thumbs up. Thank you very much for addressing both the Edit Clip and Clip Monitor issues. :-)