fix realization
This commit is contained in:
parent
f0ee7e08c5
commit
c2a5039002
@ -2423,7 +2423,7 @@ class GUI(QtGui.QWidget):
|
|||||||
def setWhiteFlash(self, on, realizationtype=0, msec=0):
|
def setWhiteFlash(self, on, realizationtype=0, msec=0):
|
||||||
self.whiteFlashLabel.setVisible(on)
|
self.whiteFlashLabel.setVisible(on)
|
||||||
if realizationtype == 1:
|
if realizationtype == 1:
|
||||||
self.playRealization(f)
|
self.playRealization()
|
||||||
if msec:
|
if msec:
|
||||||
self.whiteFlash.start(msec)
|
self.whiteFlash.start(msec)
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user