Fix T47674: "Change Data/Files" setting incorrect filter

Image filter was not set, but only if invoked from toolbar (image strip needs to be selected to see the button).
Caused by rB7fa72b8970, Wasn't aware there's another button for this for image strips.
This commit is contained in:
Julian Eisel 2016-03-03 12:52:53 +01:00 committed by Sergey Sharybin
parent b805b3735c
commit 67d310459d
1 changed files with 1 additions and 1 deletions

View File

@ -711,7 +711,7 @@ class SEQUENCER_PT_input(SequencerButtonsPanel, Panel):
layout.prop(strip.colorspace_settings, "name")
layout.prop(strip, "alpha_mode")
layout.operator("sequencer.change_path")
layout.operator("sequencer.change_path").filter_image = True
elif seq_type == 'MOVIE':
split = layout.split(percentage=0.2)