Text height < 0.1

I’m having trouble creating text smaller that 0.1 units in height. Over here, if I call Text, then attempt to change the height to say 0.09, as soon as I type “.0” the height will return to whatever it was when the text dialog opened, and the caret moves to the left of the number. As a work around, I can get it by entering 0.19, then selecting the 1 and changing it to a 0.

Thanks,
Sam

@curtisw can you take a look at this?

I’ll take a look! Might have something to do with how it validates the data in the view model.

Ok, I’ve applied a fix to trunk. This will now only validate the input when the numeric control loses input focus, allowing you to enter “0.09”.

2 Likes