From 904eb51d064a4b6d94cecc0040745e6a5a2c82e8 Mon Sep 17 00:00:00 2001 From: Vinyl Darkscratch Date: Wed, 7 Mar 2018 00:42:54 -0800 Subject: [PATCH] Remove redundant, problematic attribute --- journal/unix/journal.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/journal/unix/journal.py b/journal/unix/journal.py index 7b1e1d1..f0752a1 100644 --- a/journal/unix/journal.py +++ b/journal/unix/journal.py @@ -44,7 +44,6 @@ class Journal(QWidget): self.setWindowFlags(self.windowFlags() | Qt.FramelessWindowHint) self.setAttribute(Qt.WA_TranslucentBackground) - self.setAttribute(Qt.WA_NoSystemBackground) self.setMouseTracking(True) self.setWindowTitle('') self.setMinimumSize(800, 600) @@ -84,7 +83,6 @@ class Niko(QWidget): self.setWindowFlags(self.windowFlags() | Qt.FramelessWindowHint) self.setAttribute(Qt.WA_TranslucentBackground) - self.setAttribute(Qt.WA_NoSystemBackground) self.setMouseTracking(True) self.setWindowTitle('') self.setMinimumSize(self.screen_width, self.screen_height)