spirit-code / spirit

Atomistic Spin Simulation Framework
http://spirit-code.github.io
MIT License
120 stars 52 forks source link

UI-QT: Glitch on Save/Load window #397

Closed smavros closed 5 years ago

smavros commented 6 years ago

Under Linux: If a simulation is running on an Image the UI window of any IO operation (save/load for image, modes, chain) is empty. It is not blank but see-through. Just the frame of the window is drawn.

GPMueller commented 6 years ago

Please specify the version of desktop you are running - I cannot reproduce this on KDE 5.

smavros commented 6 years ago

Fedora 27 XFCE 4.12 Qt version 5.9.4.

GPMueller commented 5 years ago

I believe this is a problem of Qt in this specific case. When a simulation is running, the OpenGL visualisation is continuously redrawn, which apparently interferes with the drawing of the "Save"/"Load" window.

As far as I can tell it is not a problem of Spirit itself, so I will close this issue.