mirror of
https://github.com/osukey/osukey.git
synced 2025-07-03 01:09:57 +09:00
Cancel pending sidebar expansion when a button is clicked
This commit is contained in:
@ -87,6 +87,8 @@ namespace osu.Game.Overlays.Settings
|
||||
get { return state; }
|
||||
set
|
||||
{
|
||||
expandEvent?.Cancel();
|
||||
|
||||
if (state == value) return;
|
||||
|
||||
state = value;
|
||||
|
Reference in New Issue
Block a user