Skip to content

Commit

Permalink
Formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
julik committed Jun 15, 2013
1 parent 7fcfcd4 commit 05e50ee
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion __init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -262,8 +262,9 @@ def create_projection_alley_panel():

link = False
crop = False
# Make sure we also use the last frame
if finish not in frame_numbers:
frame_numbers.append(finish) # If the step is higher and we somehow to not get the last frame for sure
frame_numbers.append(finish)

if p.knobs()["backwards"].value():
frame_numbers.reverse()
Expand Down

0 comments on commit 05e50ee

Please sign in to comment.