openlp-core team mailing list archive
-
openlp-core team
-
Mailing list archive
-
Message #06065
[Merge] lp:~googol-hush/openlp/fixes into lp:openlp
Andreas Preikschat has proposed merging lp:~googol-hush/openlp/fixes into lp:openlp.
Requested reviews:
Tim Bentley (trb143)
Related bugs:
#598393 After adding a new image to a selected (image) item in the service manager it is not selected anymore
https://bugs.launchpad.net/bugs/598393
For more details, see:
https://code.launchpad.net/~googol-hush/openlp/fixes/+merge/48705
Hello
I added the Tool Flag, so that the displays will not appear in the task bar. (Bug #677282)
Cheers
--
https://code.launchpad.net/~googol-hush/openlp/fixes/+merge/48705
Your team OpenLP Core is subscribed to branch lp:openlp.
=== modified file 'openlp/core/ui/maindisplay.py'
--- openlp/core/ui/maindisplay.py 2011-01-30 16:51:31 +0000
+++ openlp/core/ui/maindisplay.py 2011-02-05 19:10:19 +0000
@@ -72,7 +72,7 @@
self.setWindowIcon(mainIcon)
self.retranslateUi()
self.setStyleSheet(u'border: 0px; margin: 0px; padding: 0px;')
- self.setWindowFlags(QtCore.Qt.FramelessWindowHint |
+ self.setWindowFlags(QtCore.Qt.FramelessWindowHint | QtCore.Qt.Tool |
QtCore.Qt.WindowStaysOnTopHint)
if self.isLive:
QtCore.QObject.connect(Receiver.get_receiver(),
Follow ups