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 9c191c2 commit d906efdCopy full SHA for d906efd
1 file changed
lib/matplotlib/backends/backend_qtagg.py
@@ -177,9 +177,9 @@ def resizeEvent(self, ev):
177
178
#Events to pass on to matplotlib
179
def keyPressEvent(self, ev):
180
- self.keyPressEvent(ev.text())
+ self.key_press_event(ev.text())
181
def keyReleaseEvent(self, ev):
182
- self.keyReleaseEvent(ev.text())
+ self.key_release_event(ev.text())
183
def mouseMoveEvent(self, ev):
184
x, y = self.getMatplotlibCoord(ev)
185
self.motion_notify_event(x, y)
0 commit comments