Skip to content

Commit

Permalink
Fix a syntax error
Browse files Browse the repository at this point in the history
  • Loading branch information
MitjaNemec committed May 18, 2023
1 parent ae0a87c commit b450cf3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion replicate_layout.py
Original file line number Diff line number Diff line change
Expand Up @@ -1066,7 +1066,7 @@ def replicate_text(self):
progress = progress + (1 / nr_sheets) * (1 / nr_text)
self.update_progress(self.stage, progress, None)

new_text = text.Duplicate(.Cast()
new_text = text.Duplicate().Cast()
new_text.Move(move_vector)
if self.src_anchor_fp.fp.IsFlipped() != dst_anchor_fp.fp.IsFlipped():
new_text.Flip(dst_anchor_fp_position, False)
Expand Down
2 changes: 1 addition & 1 deletion version.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
2.0.12
2.0.13

0 comments on commit b450cf3

Please sign in to comment.