Skip to content

Commit

Permalink
Revert "Merge pull request #21614 from EVAST9919/button-fix"
Browse files Browse the repository at this point in the history
This reverts commit 4bd1966, reversing
changes made to a1d22ef.
  • Loading branch information
peppy committed Dec 12, 2022
1 parent 4bd1966 commit 731184e
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 45 deletions.
41 changes: 0 additions & 41 deletions osu.Game.Tests/Visual/UserInterface/TestSceneSettingsButton.cs

This file was deleted.

4 changes: 0 additions & 4 deletions osu.Game/Overlays/Settings/SettingsButton.cs
Original file line number Diff line number Diff line change
Expand Up @@ -9,15 +9,11 @@
using osu.Framework.Graphics.Cursor;
using osu.Framework.Localisation;
using osu.Game.Graphics.UserInterfaceV2;
using osuTK;

namespace osu.Game.Overlays.Settings
{
public partial class SettingsButton : RoundedButton, IHasTooltip, IConditionalFilterable
{
// We don't want to receive input at the padded area
public override bool ReceivePositionalInputAt(Vector2 screenSpacePos) => Content.ReceivePositionalInputAt(screenSpacePos);

public SettingsButton()
{
RelativeSizeAxes = Axes.X;
Expand Down

0 comments on commit 731184e

Please sign in to comment.