|
Hello,
There is some strange behavior in AstroImageJ which manifests itself when switching between virtual desktops in Linux. When switching back to the desktop on which AstroImageJ is running, some of the windows resize to take up all the available screen space automatically. This concerns, for example, the profile plots created with the normal ImageJ "straight line" tool and Analyze/Plot Profile.
I checked whether or not this happens in regular ImageJ (1.49v), and it doesn't. I traced the issue to ij/gui/ImageWindow.java:580 where there is a call to maximize(). Commenting out the line of course fixes the problem, but then resizing any of the windows doesn't actually resize the comments.
I'm not sure if this is a related problem, but also after changing virtual desktops the zoom settings of the AstroImageJ display window change back to the default.
Is this the intended behavior? It makes working effectively very difficult, if changing virtual desktops is required.
OS/Version information:
Oracle JDK 1.8.0.121
Linux (x86-64) with OpenBox
AstroImageJ 3.2.0
|