Update overlay containers in lines with framework changes.

Allows closing the MusicController using escape.
This commit is contained in:
Dean Herbert
2017-02-09 12:46:53 +09:00
parent 2e5ad31cc7
commit 18bb61897f
4 changed files with 9 additions and 4 deletions

View File

@ -19,6 +19,8 @@ namespace osu.Game.Graphics.UserInterface.Volume
{
private VolumeMeter volumeMeterMaster;
protected override bool HideOnEscape => false;
private void volumeChanged(object sender, EventArgs e)
{
Show();