Skip to content

Commit aecfc86

Browse files
committed
Make pressing Enter on text box in "Find Waypoint" window act as a click on the "Find" button
1 parent 7f3cba2 commit aecfc86

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/TSMapEditor/Config/Default/UI/Windows/FindWaypointWindow.ini

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@ $Text=translate(Waypoint:)
2222
$X=getRight(lblWaypoint) + HORIZONTAL_SPACING
2323
$Width=getWidth(FindWaypointWindow) - getX(tbWaypoint) - EMPTY_SPACE_SIDES
2424
$Y=getY(lblWaypoint) - 1
25+
EnterPressButton=btnFind
2526

2627
[btnFind]
2728
$Width=100

0 commit comments

Comments
 (0)