Cleanup: incorrect __contains__ comparison, long line
This commit is contained in:
@@ -842,7 +842,7 @@ class SEQUENCER_MT_context_menu(Menu):
|
||||
}:
|
||||
layout.separator()
|
||||
layout.menu("SEQUENCER_MT_strip_effect")
|
||||
elif strip_type in 'MOVIE':
|
||||
elif strip_type == 'MOVIE':
|
||||
layout.separator()
|
||||
layout.menu("SEQUENCER_MT_strip_movie")
|
||||
elif strip_type == 'IMAGE':
|
||||
|
Reference in New Issue
Block a user