mirror of
https://github.com/adamdruppe/arsd.git
synced 2025-04-26 13:20:05 +03:00
Merge pull request #389 from JCDraffin/bugfix-scrollbar-update
bugfix: scrollbar wasn't updating on addtext calls
This commit is contained in:
commit
b756d0a634
1 changed files with 1 additions and 0 deletions
|
@ -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);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue