You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When trying to use the shortcut to copy in the arrayeditor an error is thrown:
Traceback (most recent call last):
File "C:\Users\Daniel\Desktop\Spyder\spyder\spyder\widgets\variableexplorer\arrayeditor.py", line 469, in keyPressEvent
if event == QKeySequence.Copy:
NameError: name 'QKeySequence' is not defined
Traceback (most recent call last):
File "C:\Users\Daniel\Desktop\Spyder\spyder\spyder\widgets\variableexplorer\arrayeditor.py", line 469, in keyPressEvent
if event == QKeySequence.Copy:
NameError: name 'QKeySequence' is not defined```
The text was updated successfully, but these errors were encountered:
When trying to use the shortcut to copy in the arrayeditor an error is thrown:
The text was updated successfully, but these errors were encountered: