You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The TextEditor window is written in AWT like the rest of the GUI of FIJI and ImageJ, the the GUI of this plugin is written in JavaFX, the code to open the window was called in the JavaFX thread causing the program to freeze.
The TextEditor code is now called in the AWT thread which fixed the issue for mac users.
The text was updated successfully, but these errors were encountered: