8000 comments · matplotlib/matplotlib@db86c40 · GitHub
[go: up one dir, main page]

Skip to content

Commit db86c40

Browse files
committed
comments
1 parent 62f564e commit db86c40

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

lib/matplotlib/backends/backend_qt4.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -160,6 +160,8 @@ def _timer_stop(self):
160160

161161

162162
class FigureCanvasQT(QtGui.QWidget, FigureCanvasBase):
163+
# for these unicode keys, we do *not* return the unicode char. instead we
164+
# more recognizable key name
163165
keyvald = {QtCore.Qt.Key_Control: 'control',
164166
QtCore.Qt.Key_Shift: 'shift',
165167
QtCore.Qt.Key_Alt: 'alt',

0 commit comments

Comments
 (0)
0