CC: Tweaked

CC: Tweaked

42M Downloads

Monitor getTextScale() returns value double of expected.

Wojbie opened this issue ยท 2 comments

commented

When you getTextScale() it returns value that is double of current textScale.

Per example getTextScale() returns 5 with scale 2.5 and 8 with scale 4.

commented

I believe line should divide by 2.

Cause line multiplies by 2 in other direction.

commented

Thanks for the report: I noticed this a couple of days ago and then promptly forgot.