Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
WTHDW: Avoid un-necessary local reference to list of open windows.
In SetActiveWindow, we have a local reference for the list of open windows. How ever, when inserting window handle we create a new reference. This is un-necessary and the patch fixes it.
- Loading branch information
f30b07b
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
please correct the text description to use "however" and "unnecessary" instead.