ecere/controls/EditBox; (#1017) fixed autosize with multiline
authorRejean Loyer <redj@ecere.com>
Sun, 6 Oct 2013 00:59:07 +0000 (20:59 -0400)
committerJerome St-Louis <jerome@ecere.com>
Wed, 9 Oct 2013 06:03:18 +0000 (02:03 -0400)
commit8ee21468e42b3761c8d43ad036278b1857164959
treee4b53b27f6056e8a05c100142d9b8d1bb929b0d8
parent988235c6e6eb0545da1d023871521104f13b72db
ecere/controls/EditBox; (#1017) fixed autosize with multiline
- Fixed vertical autosize in multiline editbox without a vertical scrollbar by allowing adding more lines than can fit in current size. fixed horizontal resize for multiline.
- Fixed performance issue by calling AutoSize() way too deep
- Fixed autosize bug by calling it at the right spot ( Auto size didn't work on a new line in the middle of a line)
ecere/src/gui/Window.ec
ecere/src/gui/controls/EditBox.ec