Movatterモバイル変換


[0]ホーム

URL:


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

Sign up
Appearance settings

Commit8e67dfa

Browse files
committed
FIX: match the expected answer to actual result.
As part ofa4c504c the modified waschanged from SuperModifer to MetaModifier. Under the new scheme of testingthe keys we were correctly noting that SuperModifier is not in the Qt Modifierenum (the super keys come in through "SpecialKeys"). However, because thefailures were happening in a callback and being ignored, we did not notice thischange. It is likely that this test never worked for the same reason.
1 parentb59afc6 commit8e67dfa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

‎lib/matplotlib/tests/test_backend_qt.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,7 @@ def CustomHandler(signum, frame):
106106
('Key_Control', ['AltModifier'],'alt+control'),
107107
('Key_Alt', ['ControlModifier'],'ctrl+alt'),
108108
('Key_Aacute', ['ControlModifier','AltModifier','MetaModifier'],
109-
'ctrl+alt+super+\N{LATIN SMALL LETTER A WITH ACUTE}'),
109+
'ctrl+alt+meta+\N{LATIN SMALL LETTER A WITH ACUTE}'),
110110
# We do not currently map the media keys, this may change in the
111111
# future. This means the callback will never fire
112112
('Key_Play', [],None),

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp