diff options
Diffstat (limited to 'lib/lettering/font.py')
| -rw-r--r-- | lib/lettering/font.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/lettering/font.py b/lib/lettering/font.py index 383b3707..64320c92 100644 --- a/lib/lettering/font.py +++ b/lib/lettering/font.py @@ -251,7 +251,7 @@ class Font(object): continue # remove destination_group if it is empty if not bounding_box: - destination_group.remove(letter_group) + letter_group.delete() continue line_width = bounding_box.width |
