Skip to content

Commit

Permalink
Enable masking in toolbar
Browse files Browse the repository at this point in the history
  • Loading branch information
EVAST9919 committed Jan 20, 2024
1 parent a3703d6 commit 087d0f0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions osu.Game/Overlays/Toolbar/ToolbarButton.cs
Original file line number Diff line number Diff line change
Expand Up @@ -255,6 +255,7 @@ public OpaqueBackground()
RelativeSizeAxes = Axes.Both,
ColourLight = OsuColour.Gray(40),
ColourDark = OsuColour.Gray(20),
Masking = true
},
};
}
Expand Down

0 comments on commit 087d0f0

Please sign in to comment.