Skip to content

Conversation

@abrahamwolk
Copy link
Collaborator

@abrahamwolk abrahamwolk commented Dec 18, 2024

This pull request changes LogEntryTableViewController.refresh() so that it runs "atomically" on the UI thread.

Before this pull request, the code to select the previously selected item was run using Platform.runLater(), which resulted in a brief period of time where no item was selected in the table view. When refresh() was called in quick succession, this could cause the selected item to become not selected upon refresh.

… since the function now always runs on the UI thread.
@shroffk shroffk merged commit 3c0fbd1 into master Dec 18, 2024
2 checks passed
@shroffk shroffk deleted the CSSTUDIO-2880 branch December 18, 2024 14:58
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants