mirror of https://github.com/adamdruppe/arsd.git
bugfix: scrollbar wasn't updating on addtext calls
This commit is contained in:
parent
a487424f1d
commit
740278db97
|
@ -12487,6 +12487,7 @@ abstract class EditableTextWidget : EditableTextWidgetParent {
|
||||||
version(custom_widgets) {
|
version(custom_widgets) {
|
||||||
version(use_new_text_system) {
|
version(use_new_text_system) {
|
||||||
textLayout.appendText(txt);
|
textLayout.appendText(txt);
|
||||||
|
tdh.adjustScrollbarSizes();
|
||||||
redraw();
|
redraw();
|
||||||
} else {
|
} else {
|
||||||
textLayout.addText(txt);
|
textLayout.addText(txt);
|
||||||
|
|
Loading…
Reference in New Issue