We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 910274f commit 2c26d99Copy full SHA for 2c26d99
demosys/effects/text/effects/writer_2d.py
@@ -50,6 +50,7 @@ def text_lines(self):
50
@text_lines.setter
51
def text_lines(self, value):
52
self._text_lines = value
53
+ self._string_buffer.clear(chunk=b'\32')
54
55
for i, line in enumerate(self._text_lines):
56
self.set_text_line(i, line)
0 commit comments