-
Notifications
You must be signed in to change notification settings - Fork 297
Open
Description
When resizing such that the bounding box of a textbox is horizontally shortened, the text visibly wraps around and appears outside of its bounds.
crop_kids() does not actually disable this wrapping, and if the bounding box is big enough it is easily seen.
It also does not solve the fact that when TextBox is wrapping the last character in the textbox cannot be deleted.