adamdruppe / arsd

This is a collection of modules that I've released over the years. Most of them stand alone, or have just one or two dependencies in here, so you don't have to download this whole repo.
http://arsd-official.dpldocs.info/arsd.html
531 stars 125 forks source link

bugfix: scrollbar wasn't updating on addtext calls #389

Closed JCDraffin closed 1 year ago

JCDraffin commented 1 year ago

When you use the addtext method on the TextEdit class, the scrollbar does not recalculate its size properly.
This is a simple fix.

Preview of the error in action Screenshot without bugfix

Preview of the fix in action Screenshot with bugfix

adamdruppe commented 1 year ago

nice thx