Skip to content

Commit 6e7c163

Browse files
GNOME 48 - scrolling label fix #192
1 parent 7110e96 commit 6e7c163

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/helpers/shell/ScrollingLabel.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ class ScrollingLabel extends St.ScrollView {
8383
}
8484

8585
private initScrolling() {
86-
const adjustment = this.hscroll.adjustment;
86+
const adjustment = this.get_hadjustment();
8787
const origText = this.label.text + " ";
8888

8989
this.onAdjustmentChangedId = adjustment.connect(

0 commit comments

Comments
 (0)