Just remove X11 bypass

This commit is contained in:
Jonathan Corwin 2011-12-21 21:19:35 +00:00
parent 98a6c25ac8
commit febf40884f
1 changed files with 3 additions and 0 deletions

View File

@ -127,6 +127,9 @@ class MainDisplay(Display):
self.setWindowFlags(QtCore.Qt.FramelessWindowHint | QtCore.Qt.Tool |
QtCore.Qt.WindowStaysOnTopHint |
QtCore.Qt.X11BypassWindowManagerHint)
else:
self.setWindowFlags(QtCore.Qt.FramelessWindowHint | QtCore.Qt.Tool |
QtCore.Qt.WindowStaysOnTopHint)
self.setAttribute(QtCore.Qt.WA_DeleteOnClose)
if self.isLive:
QtCore.QObject.connect(Receiver.get_receiver(),