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

Fix for script editor line focus #540

Merged
merged 1 commit into from Mar 16, 2015
Merged

Fix for script editor line focus #540

merged 1 commit into from Mar 16, 2015

Conversation

ghost
Copy link

@ghost ghost commented Mar 16, 2015

The feature "Editor: When clicking on a script error in the report window set cursor in script editor to the respective line/column" as described in the release notes was not working.
Changes:

  • setFocus() on the script editor, otherwise setting the text cursor has no effect.
  • setFocus() must be done after the widgets are created/shown, or the newly created widgets will "steal" the focus again.
  • Missing useHint in case subviews are reused.

- setFocus() on the script editor, otherwise setting the text cursor has no effect.
- setFocus() must be done after the widgets are created/shown, or the newly created widgets will "steal" the focus again.
- Missing useHint in case subviews are reused.
@zinnschlag zinnschlag merged commit 6ff2523 into OpenMW:master Mar 16, 2015
@ghost ghost deleted the opencs-hint-fix branch June 7, 2015 02:33
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
1 participant