mirror of
https://github.com/ppy/osu.git
synced 2025-01-17 16:23:21 +08:00
Merge branch 'master' into key-config-settings
This commit is contained in:
commit
16372d9b45
@ -87,6 +87,8 @@ namespace osu.Game.Overlays.Settings
|
|||||||
get { return state; }
|
get { return state; }
|
||||||
set
|
set
|
||||||
{
|
{
|
||||||
|
expandEvent?.Cancel();
|
||||||
|
|
||||||
if (state == value) return;
|
if (state == value) return;
|
||||||
|
|
||||||
state = value;
|
state = value;
|
||||||
|
Loading…
Reference in New Issue
Block a user