forked from openlp/openlp
Make sure screen and button are still black after coming back from media.
This commit is contained in:
parent
1d80bb6229
commit
9e96aac849
@ -507,7 +507,7 @@ class SlideController(QtGui.QWidget):
|
||||
self.onSlideSelected()
|
||||
|
||||
def onBlankDisplay(self):
|
||||
self.blankButton.setChecked(not self.parent.mainDisplay.displayBlank)
|
||||
self.blankButton.setChecked(self.parent.mainDisplay.displayBlank)
|
||||
|
||||
def onBlankScreen(self, blanked):
|
||||
"""
|
||||
|
Loading…
Reference in New Issue
Block a user