Skip to content

Commit 71f61ea

Browse files
authored
UI: add missing fill render trigger after updating text of UIInputText (#1813)
1 parent 7753e92 commit 71f61ea

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

arcade/gui/widgets/text.py

+1
Original file line numberDiff line numberDiff line change
@@ -361,6 +361,7 @@ def text(self):
361361
@text.setter
362362
def text(self, value):
363363
self.doc.text = value
364+
self.trigger_full_render()
364365

365366
def do_render(self, surface: Surface):
366367
self._update_layout()

0 commit comments

Comments
 (0)