Skip to content

Commit

Permalink
GNOME 46 compatibility
Browse files Browse the repository at this point in the history
  • Loading branch information
ChrisLauinger77 committed Feb 11, 2024
1 parent 082501f commit 6ec2062
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/helpers/shell/ScrollingLabel.ts
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ class ScrollingLabel extends St.ScrollView {

this.onShowChangedId = this.label.connect("show", this.onShowChanged.bind(this));
this.box.add_child(this.label);
this.add_actor(this.box);
this.add_child(this.box);
}

public pauseScrolling() {
Expand Down

0 comments on commit 6ec2062

Please sign in to comment.