Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCampbell Barton <ideasman42@gmail.com>2016-02-11 16:42:37 +0300
committerCampbell Barton <ideasman42@gmail.com>2016-02-11 16:45:24 +0300
commit6767c61a9b5d3fc445e84961eb287ec6f7541b32 (patch)
treecad09a608ee3ff02117d0ab47e4c5b0985113ce0 /source/blender/editors/space_sequencer/sequencer_edit.c
parent164dfbeb5039f5ac6c95d331049f7ea20ef5edef (diff)
Fix T47378: Separate images popup UI does nothing
Use confirm popup instead of redo popup
Diffstat (limited to 'source/blender/editors/space_sequencer/sequencer_edit.c')
-rw-r--r--source/blender/editors/space_sequencer/sequencer_edit.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/blender/editors/space_sequencer/sequencer_edit.c b/source/blender/editors/space_sequencer/sequencer_edit.c
index 9e612aec660..c0a95225f5b 100644
--- a/source/blender/editors/space_sequencer/sequencer_edit.c
+++ b/source/blender/editors/space_sequencer/sequencer_edit.c
@@ -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 */