Skip to content

Commit 9559514

Browse files
committed
fix indicatorMixin flash rate property behavior
1 parent f08c758 commit 9559514

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

lib/python/qtvcp/widgets/indicatorMixIn.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -572,6 +572,7 @@ def getFlashRate(self):
572572
@pyqtSlot(int)
573573
def setFlashRate(self, value):
574574
self._flashRate = value
575+
self._timer.setInterval(self._flashRate)
575576
self.update()
576577

577578
def set_indicator_size(self, data):

0 commit comments

Comments
 (0)