Dialog windows now grab the keyboard focus (#31294)
* Dialog windows now grab the keyboard focus * Comment
This commit is contained in:
@@ -87,6 +87,9 @@ public sealed partial class DialogWindow : FancyWindow
|
||||
Prompts.AddChild(box);
|
||||
}
|
||||
|
||||
// Grab keyboard focus for the first dialog entry
|
||||
_promptLines[0].Item2.GrabKeyboardFocus();
|
||||
|
||||
OkButton.OnPressed += _ => Confirm();
|
||||
|
||||
CancelButton.OnPressed += _ =>
|
||||
|
||||
Reference in New Issue
Block a user