If you do window->autoScale(), the MGuiEditTexts make the window way too large.
See screenshot.
Doing
editText->setAutoScaleFromText(true);
has no effect.
The workaround is setting the scale explicitly e.g.
editText->setScale(MVector2(150,20));
Original issue reported on code.google.com by hkwareho...@gmail.com on 18 Nov 2013 at 1:59
Original issue reported on code.google.com by
hkwareho...@gmail.com
on 18 Nov 2013 at 1:59Attachments: