mirror of
https://github.com/osukey/osukey.git
synced 2025-07-01 00:09:55 +09:00
Variant 2: edit changes history, cannot reset index (similar to stable)
This commit is contained in:
@ -33,12 +33,6 @@ namespace osu.Game.Graphics.UserInterface
|
||||
public HistoryTextBox(int capacity = 100)
|
||||
{
|
||||
messageHistory = new LimitedCapacityQueue<string>(capacity);
|
||||
|
||||
Current.ValueChanged += text =>
|
||||
{
|
||||
if (string.IsNullOrEmpty(text.NewValue))
|
||||
selectedIndex = HistoryCount;
|
||||
};
|
||||
}
|
||||
|
||||
protected override bool OnKeyDown(KeyDownEvent e)
|
||||
|
Reference in New Issue
Block a user