Skip to content

Commit 83c6293

Browse files
committed
CSSTUDIO-2572 Move the caret to the end of the "Jump to Log Entry" TextField after entering a value.
1 parent dfee943 commit 83c6293

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

app/logbook/olog/ui/src/main/java/org/phoebus/logbook/olog/ui/LogEntryDisplayController.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -173,6 +173,7 @@ public void jumpToLogEntry() {
173173
}
174174
}
175175
}
176+
Platform.runLater(() -> jumpToLogEntryTextField.end());
176177
}
177178

178179
@FXML

0 commit comments

Comments
 (0)