Merge branch 'master' into key-config-settings

This commit is contained in:
Thomas Müller
2017-08-16 17:48:00 +09:00
committed by GitHub

View File

@ -87,6 +87,8 @@ namespace osu.Game.Overlays.Settings
get { return state; }
set
{
expandEvent?.Cancel();
if (state == value) return;
state = value;