Expose TabControlOverlayHeader.Current value

This commit is contained in:
Andrei Zavatski
2020-02-04 00:43:04 +03:00
parent 9c16fdca97
commit fe078c244d
5 changed files with 31 additions and 18 deletions

View File

@ -78,7 +78,7 @@ namespace osu.Game.Overlays
sampleBack = audio.Samples.Get(@"UI/generic-select-soft");
Header.Current.BindTo(Current);
Header.Build.BindTo(Current);
Current.BindValueChanged(e =>
{