Merge pull request #11 from Cacodemon345/patch-25
Fix transparency/whiteness glitches on Wayland/macOS
This commit is contained in:
@@ -31,6 +31,7 @@ public:
|
||||
: QOpenGLWidget(parent), QOpenGLFunctions()
|
||||
{
|
||||
setMinimumSize(16, 16);
|
||||
setTextureFormat(GL_RGB);
|
||||
#ifdef WAYLAND
|
||||
if (QApplication::platformName().contains("wayland")) {
|
||||
wayland = true;
|
||||
|
Reference in New Issue
Block a user