Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 02a7573

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

File tree

Expand file treeCollapse file tree

1 file changed

+1
-0
lines changed
Filter options
Expand file treeCollapse file tree

1 file changed

+1
-0
lines changed

‎lib/matplotlib/backends/backend_qt4.py

Copy file name to clipboardExpand all lines: lib/matplotlib/backends/backend_qt4.py
+1Lines 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)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.