Fix T54172: Avoid jumping panel length during playback

This commit is contained in:
Aaron Carlisle
2018-03-22 11:41:14 -04:00
parent 69b327d8dc
commit 27d9863fa5
@@ -584,6 +584,8 @@ class SEQUENCER_PT_edit(SequencerButtonsPanel, Panel):
if elem and elem.orig_width > 0 and elem.orig_height > 0:
col.label(text=iface_("Original Dimension: %dx%d") % (elem.orig_width, elem.orig_height), translate=False)
else:
col.label(text="Original Dimension: None")
class SEQUENCER_PT_effect(SequencerButtonsPanel, Panel):