mirror of
https://github.com/The-Powder-Toy/The-Powder-Toy.git
synced 2025-03-24 00:00:24 +01:00
'enter' closes SaveIDMessage interface after uploading a save
This commit is contained in:
parent
26f70331de
commit
fd91fa4438
@ -49,6 +49,8 @@ SaveIDMessage::SaveIDMessage(int id):
|
||||
okayButton->Appearance.VerticalAlign = ui::Appearance::AlignMiddle;
|
||||
okayButton->SetActionCallback(new DismissAction(this));
|
||||
AddComponent(okayButton);
|
||||
// This button has multiple personalities
|
||||
SetOkayButton(okayButton);
|
||||
SetCancelButton(okayButton);
|
||||
|
||||
MakeActiveWindow();
|
||||
|
Loading…
x
Reference in New Issue
Block a user