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 ecc7f36 commit 5929f98Copy full SHA for 5929f98
lib/matplotlib/backends/backend_qt.py
@@ -268,7 +268,6 @@ def mouseEventCoords(self, pos=None):
268
return x * self.device_pixel_ratio, y * self.device_pixel_ratio
269
270
def enterEvent(self, event):
271
- qt_mods = QtWidgets.QApplication.instance().queryKeyboardModifiers()
272
LocationEvent("figure_enter_event", self,
273
*self.mouseEventCoords(event),
274
modifiers=self._mpl_modifiers(),
0 commit comments