8000 Make sure to set the initial interval for the QTimer. · matplotlib/matplotlib@02a7573 · GitHub
[go: up one dir, main page]

Skip to content

Commit 02a7573

Browse files
committed
Make sure to set the initial interval for the QTimer.
1 parent 5eb7b21 commit 02a7573

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

lib/matplotlib/backends/backend_qt4.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -99,6 +99,7 @@ def __init__(self, *args, **kwargs):
9999
self._timer = QtCore.QTimer()
100100
QtCore.QObject.connect(self._timer, QtCore.SIGNAL('timeout()'),
101101
self._on_timer)
102+
self._timer_set_interval()
102103

103104
def __del__(self):
104105
# Probably not necessary in practice, but is good behavior to disconnect

0 commit comments

Comments
 (0)
0