Graphics.Text.setText() didn't work

Issue #192 resolved
Doug Blank created an issue

text1.setText("New name") should work.

Workaround:

text1.text = "New name"

Comments (1)

  1. Log in to comment