From 70c8b1c1c9ae582247a0c4ad715dab9dcd2fb09f Mon Sep 17 00:00:00 2001 From: BuildTools Date: Fri, 26 Mar 2021 15:14:58 +0100 Subject: [PATCH] Fixed floating "PESTERLOGS:" in pesterchum theme. The background was being applied to QMenu for some reason. --- generic.py | 2 +- memos.py | 9 +++++++++ 2 files changed, 10 insertions(+), 1 deletion(-) diff --git a/generic.py b/generic.py index 219708b..862df67 100644 --- a/generic.py +++ b/generic.py @@ -43,7 +43,7 @@ class PesterIcon(QtGui.QIcon): class RightClickList(QtWidgets.QListWidget): def contextMenuEvent(self, event): - #fuckin Qt + #fuckin Qt <--- I feel that