Fix T47378: Separate images popup UI does nothing

Use confirm popup instead of redo popup
This commit is contained in:
Campbell Barton 2016-02-12 00:42:37 +11:00
parent 164dfbeb50
commit 6767c61a9b
Notes: blender-bot 2023-02-14 08:14:44 +01:00
Referenced by issue #47378, Bugs with separate images
1 changed files with 1 additions and 1 deletions

View File

@ -2426,7 +2426,7 @@ void SEQUENCER_OT_images_separate(wmOperatorType *ot)
/* api callbacks */
ot->exec = sequencer_separate_images_exec;
ot->invoke = WM_operator_props_popup;
ot->invoke = WM_operator_props_popup_confirm;
ot->poll = sequencer_edit_poll;
/* flags */