Skip to content

Commit 10b9f7a

Browse files
committed
Select input box by default when opening "Find Waypoint" window
1 parent f7a61ac commit 10b9f7a

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

src/TSMapEditor/UI/Windows/FindWaypointWindow.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,7 @@ public void Open()
3232
{
3333
tbWaypoint.Text = string.Empty;
3434
Show();
35+
WindowManager.SelectedControl = tbWaypoint;
3536
}
3637

3738
private void BtnFind_LeftClick(object sender, EventArgs e)

0 commit comments

Comments
 (0)