Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Open statistics dialog from correct thread
The dialog to ask for collecting anonymous statistics needs to be created in the Swing EDT. Do so using SwingUtilities.invokeLater(). This is a follow-up on 7ef2b3a and should finally fix JabRef#2955.
- Loading branch information