mit-cml / appinventor-sources

MIT App Inventor Public Open Source
http://appinventor.mit.edu/appinventor-sources/
Apache License 2.0
1.5k stars 2.08k forks source link

Fix hint text not showing in MockTextBoxBase #3237

Closed ewpatton closed 2 months ago

ewpatton commented 2 months ago

Change-Id: Ie3b373eea228d81e5de55d917a6606f649e63ed0

General items:

If your code changes how something works on the device (i.e., it affects the companion):

Further, if you've changed the blocks language or another user-facing designer/blocks API (added a SimpleProperty, etc.):

For all other changes:

What does this PR accomplish?

This PR causes changes to the Hint and HintColor properties to be accurately reflected in MockTextBoxBase and its descendants.

Fixes #3236