We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Scroll down/up performs two consecutive calls to scroll instead of a single one
What steps will reproduce the problem?
What is the expected output? What do you see instead? The cursor should be at line 26 (assuming the scroll is 25 lines), but instead it is at line 52
Please provide any additional information below
Please go to the menu entry Help > Optional Dependencies (or Help > Dependencies), press the button Copy to clipboard and paste the contents below:
Help > Optional Dependencies
Help > Dependencies
Copy to clipboard
The text was updated successfully, but these errors were encountered:
This is caused by this change 738f8e1#diff-b19a1c3b49c9057f7bf2edae2a53747dR2710 keyPressEvent is called twice (at keyPressEvent and also at keyReleaseEvent)
keyPressEvent
keyReleaseEvent
Should it be super(CodeEditor, self).KeyReleaseEvent(event)?
super(CodeEditor, self).KeyReleaseEvent(event)
@goanpeca
Sorry, something went wrong.
@rlaverde, please work on this one.
5c76f57
rlaverde
No branches or pull requests
Description of your problem
Scroll down/up performs two consecutive calls to scroll instead of a single one
What steps will reproduce the problem?
What is the expected output? What do you see instead?
The cursor should be at line 26 (assuming the scroll is 25 lines), but instead it is at line 52
Please provide any additional information below
Versions and main components
Dependencies
Please go to the menu entry
Help > Optional Dependencies
(orHelp > Dependencies
), press the buttonCopy to clipboard
and paste the contents below:
The text was updated successfully, but these errors were encountered: