Merge pull request #389 from JCDraffin/bugfix-scrollbar-update

bugfix: scrollbar wasn't updating on addtext calls
This commit is contained in:
Adam D. Ruppe 2023-05-23 09:42:51 -04:00 committed by GitHub
commit b756d0a634
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -12487,6 +12487,7 @@ abstract class EditableTextWidget : EditableTextWidgetParent {
version(custom_widgets) {
version(use_new_text_system) {
textLayout.appendText(txt);
tdh.adjustScrollbarSizes();
redraw();
} else {
textLayout.addText(txt);