Skip to content

Commit

Permalink
CSSTUDIO-2572 Move the caret to the end of the "Jump to Log Entry" Te…
Browse files Browse the repository at this point in the history
…xtField after entering a value.
  • Loading branch information
abrahamwolk committed Nov 19, 2024
1 parent dfee943 commit 83c6293
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -173,6 +173,7 @@ public void jumpToLogEntry() {
}
}
}
Platform.runLater(() -> jumpToLogEntryTextField.end());
}

@FXML
Expand Down

0 comments on commit 83c6293

Please sign in to comment.