Fix failure to show the image transform menu in the sequencer

This commit is contained in:
Campbell Barton
2025-01-14 12:16:39 +11:00
parent 6de1e21ec6
commit 6430974868
+1 -1
View File
@@ -1110,7 +1110,7 @@ class SEQUENCER_MT_image(Menu):
layout = self.layout
st = context.space_data
if st.view_type == {'PREVIEW', 'SEQUENCER_PREVIEW'}:
if st.view_type in {'PREVIEW', 'SEQUENCER_PREVIEW'}:
layout.menu("SEQUENCER_MT_image_transform")
layout.menu("SEQUENCER_MT_image_clear")