Fix failure to show the image transform menu in the sequencer
This commit is contained in:
@@ -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")
|
||||
|
||||
Reference in New Issue
Block a user