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>2010-06-09 23:12:03 +0400
committerCampbell Barton <ideasman42@gmail.com>2010-06-09 23:12:03 +0400
commit1028284301d7a5d45bf968e12bc094e3393e56f9 (patch)
tree0806aa808f0385d119d7058c4bb5d95d173dead6 /release/scripts/ui/space_sequencer.py
parente3daab158c1f45f4ee23da0f1b0e5a61bcae3e87 (diff)
pep8, whitespace edits
Diffstat (limited to 'release/scripts/ui/space_sequencer.py')
-rw-r--r--release/scripts/ui/space_sequencer.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/release/scripts/ui/space_sequencer.py b/release/scripts/ui/space_sequencer.py
index b94acf6f3ad..befb05cff44 100644
--- a/release/scripts/ui/space_sequencer.py
+++ b/release/scripts/ui/space_sequencer.py
@@ -457,7 +457,7 @@ class SEQUENCER_PT_effect(SequencerButtonsPanel):
row = layout.row(align=True)
sub = row.row()
sub.scale_x = 2.0
-
+
if not context.screen.animation_playing:
sub.operator("screen.animation_play", text="", icon='PLAY')
else: