For the borderless window to work on X11, flags must be reset first#137
For the borderless window to work on X11, flags must be reset first#137Hellzed wants to merge 3 commits into
Conversation
|
Hm... does this work with |
|
Sorry for the spam, I nuked my .knossos and forgot it was the default crash report upload. |
|
Sorry for the later reply. Unfortunately, I can't accept the PyQt5 update since it breaks stuff on Windows for several reasons: a) It has weird bugs in QtWebEngine (selects open in the wrong place) and b) The 32bit version of it no longer ships with 32bit builds. Can you tell me more about the crash? |
|
Here's the bug: https://bugreports.qt.io/browse/QTBUG-66346 |
Before this, main window title bar still appears on some window managers (eg. GNOME). From what I gather, we need to reset the full set of flags to something customizable with
self.setWindowFlags(QtCore.Qt.CustomizeWindowHint)first before setting an individual flag withself.setWindowFlag().At the moment, I don't have a PC or Mac to check this doesn't cause a regression elsewhere.