mirror of
https://github.com/ppy/osu.git
synced 2025-01-28 09:02:58 +08:00
Mark selected channel null in test when selector is activated
This commit is contained in:
parent
5319bce772
commit
a9163727db
@ -104,6 +104,7 @@ namespace osu.Game.Tests.Visual.Online
|
||||
channelList.SelectorActive.BindValueChanged(change =>
|
||||
{
|
||||
selectorText.Text = $"Channel Selector Active: {change.NewValue}";
|
||||
selected.Value = null;
|
||||
}, true);
|
||||
|
||||
selected.BindValueChanged(change =>
|
||||
|
Loading…
Reference in New Issue
Block a user