-
Notifications
You must be signed in to change notification settings - Fork 208
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fixed tab focus ordering in NodeEditor.
It's still possible to use a ListContainer in such a way that you get bad focus orders, but it's fixed enough for the purposes of the NodeEditor, which is the only place bad ordering has been reported to date. See comments in ListContainer.py for possible alternative approaches that may hold some promise, but were fruitless so far. For the most part, fixes #107.
- Loading branch information
1 parent
3aa277a
commit 95ee7dc
Showing
2 changed files
with
43 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters