Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

NVDAObjects/window/excelChart.py needs an import api #5336

Closed
nvaccessAuto opened this issue Sep 9, 2015 · 1 comment
Closed

NVDAObjects/window/excelChart.py needs an import api #5336

nvaccessAuto opened this issue Sep 9, 2015 · 1 comment

Comments

@nvaccessAuto
Copy link

Reported by vrdhn on 2015-09-09 14:07
The file NVDAObjects/window/excelChart.py has a call to api.processPendingEvents, but it doesn't have a 'import api'

this causes exception to be generated.

The fix would be to add import api to this file.

@nvaccessAuto
Copy link
Author

Comment 1 by jteh on 2015-09-09 23:14
e779c28
Changes:
State: closed

@nvaccessAuto nvaccessAuto added this to the 2015.4 milestone Nov 10, 2015
jcsteh added a commit that referenced this issue Nov 23, 2015
…changing sheets with control+pageUp and control+pageDown) now works correctly.

This problem was due to a missing import.
Fixes #5336.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants