Skip to content

Commit

Permalink
UI: Fixed escape key not working as expected to close some windows
Browse files Browse the repository at this point in the history
  • Loading branch information
SourMesen committed Jun 23, 2024
1 parent 6307371 commit f61240c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions UI/MesenWindow.cs
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ static MesenWindow()
protected override void OnInitialized()
{
base.OnInitialized();
Focusable = true;
SetTextRenderingMode(this);
}

Expand Down

0 comments on commit f61240c

Please sign in to comment.