-
Notifications
You must be signed in to change notification settings - Fork 16
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
All layers disappear when moving window to another screen #255
Comments
I'm doing that for years in macOS, even between different pixel scaling displays (2x <-> 1x). |
I've had the issue for a long time but didn't have time or sufficient elements to report. Here is the difference in logs between before and after:
|
Right, there's a catastrophic OpenGL error which kills all layers (1st line). Even if it was possible to restore the layers, I have doubts that the image in the canvas can be reconstituted since the original context is lost. Here's hoping that this bug is fixed in the underlying software (windowing system, Mesa, and/or JOGL). |
Temporary workaround: I can define the screen where I want JHV to appear as "primary screen". JHV will then open on that primary screen. |
When moving a JHelioViewer window from a screen to another screen, all layers (including grid, FOV, PFSS... and open observation layers) disappear. It is then possible to add again an observation layer, but grid, FOV, PFSS... are lost forever. Nothing should disappear in the first place.
See attached screencast
System and JHV versions:
The text was updated successfully, but these errors were encountered: