From 40405edfe1ab9735e33fd705b090dc467983611f Mon Sep 17 00:00:00 2001 From: Kaalleen <36401965+kaalleen@users.noreply.github.com> Date: Sat, 22 Mar 2025 17:43:50 +0100 Subject: parent.remove -> delete (#3600) --- lib/lettering/font.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/lettering/font.py') 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 -- cgit v1.2.3