edesiocs / ingatan

Automatically exported from code.google.com/p/ingatan
Other
0 stars 0 forks source link

Text tool in image editor: text field doesn't resize before turning into selection. #19

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Go into image editor
2. Select text tool and create a text field, type H, then press Ctrl+up, and 
then type +. Click elsewhere on the canvas to finalise text.
3. Observe that the bottom of the H is still clipped.

What is the expected output? What do you see instead?
Even if the text field doesn't resize before a keystroke, it should be resized 
before the text is finalised, so that at least the resulting selection will be 
correct (no clipping).

Just add the same code used to resize the field on keystroke to the event that 
turns the field into a selection.

Original issue reported on code.google.com by tom.eve...@gmail.com on 30 Jul 2010 at 1:58

GoogleCodeExporter commented 9 years ago
Addressed in revision 4e39e4c65a.

Original comment by tom.eve...@gmail.com on 5 Nov 2010 at 8:51