https://bugs.kde.org/show_bug.cgi?id=433484
--- Comment #8 from Manuel Geißer <geisse...@gmail.com> --- I think I have found the cause for Scantailor Advanced: It's the same as with Gwenview and NodeGraphQt - the deprecated QGLWidget. I ran a recursive grep across the source tree which found: ``` src/core/ImageViewBase.cpp:#include <QGLWidget> src/core/ImageViewBase.cpp: setViewport(new QGLWidget(format)); ``` -- You are receiving this mail because: You are watching all bug changes.