mirror of
https://github.com/ppy/osu.git
synced 2024-11-11 12:17:26 +08:00
Merge branch 'edit-nodesample' of https://github.com/OliBomby/osu into edit-nodesample
This commit is contained in:
commit
ba78b8759e
@ -502,7 +502,7 @@ namespace osu.Game.Tests.Visual.Editing
|
|||||||
textBox.Current.Value = bank;
|
textBox.Current.Value = bank;
|
||||||
// force a commit via keyboard.
|
// force a commit via keyboard.
|
||||||
// this is needed when testing attempting to set empty bank - which should revert to the previous value, but only on commit.
|
// this is needed when testing attempting to set empty bank - which should revert to the previous value, but only on commit.
|
||||||
InputManager.ChangeFocus(textBox);
|
((IFocusManager)InputManager).ChangeFocus(textBox);
|
||||||
InputManager.Key(Key.Enter);
|
InputManager.Key(Key.Enter);
|
||||||
});
|
});
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user