mirror of
https://github.com/adamdruppe/arsd.git
synced 2025-04-27 13:50:00 +03:00
Merge branch 'master' of github.com:adamdruppe/arsd
This commit is contained in:
commit
0066f51180
1 changed files with 1 additions and 0 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue