Updates in-line with framework.

This commit is contained in:
Dean Herbert
2017-04-18 15:34:53 +09:00
parent 1df3189e5d
commit 727086c0b2
3 changed files with 4 additions and 2 deletions

View File

@ -27,7 +27,7 @@ namespace osu.Game.Overlays.Toolbar
protected override bool HideOnEscape => false;
protected override bool BlockPassThroughInput => false;
protected override bool BlockPassThroughMouse => false;
private const double transition_time = 500;