We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7110e96 commit 6e7c163Copy full SHA for 6e7c163
src/helpers/shell/ScrollingLabel.ts
@@ -83,7 +83,7 @@ class ScrollingLabel extends St.ScrollView {
83
}
84
85
private initScrolling() {
86
- const adjustment = this.hscroll.adjustment;
+ const adjustment = this.get_hadjustment();
87
const origText = this.label.text + " ";
88
89
this.onAdjustmentChangedId = adjustment.connect(
0 commit comments