Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2ed9514 commit 973c28eCopy full SHA for 973c28e
1 file changed
lib/matplotlib/backends/backend_qt4.py
@@ -76,8 +76,8 @@ def __init__(self, figure):
76
w, h = self.get_width_height()
77
self.resize(w, h)
78
79
- # Key auto-repeat disabled by default
80
- self._keyautorepeat = False
+ # Key auto-repeat enabled by default
+ self._keyautorepeat = True
81
82
def wheelEvent(self, event):
83
x = event.x()
0 commit comments