Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

perf: ensure actions are updated on EDT thread #222

Merged
merged 1 commit into from
Dec 23, 2024
Merged

Conversation

MrCoder
Copy link
Contributor

@MrCoder MrCoder commented Dec 23, 2024

  • Update BaseChangeSplitLayoutAction, ZenUmlEditorOnlyLayoutChangeAction, and ShowSequenceAction to specify EDT thread for action updates
  • Add getActionUpdateThread() method to each action class, returning ActionUpdateThread.EDT
  • This change ensures that action updates are performed on the Event Dispatch Thread, improving performance and avoiding potential threading issues

- Update BaseChangeSplitLayoutAction, ZenUmlEditorOnlyLayoutChangeAction, and ShowSequenceAction to specify EDT thread for action updates
- Add getActionUpdateThread() method to each action class, returning ActionUpdateThread.EDT
- This change ensures that action updates are performed on the Event Dispatch Thread, improving performance and avoiding potential threading issues
@MrCoder MrCoder merged commit d032db3 into master Dec 23, 2024
6 checks passed
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.

1 participant