mirror of
https://github.com/juce-framework/JUCE.git
synced 2026-01-21 01:24:21 +00:00
Fixed a typo in the comment above Component::createFocusTraverser()
This commit is contained in:
parent
df35930a4f
commit
728f9b4664
1 changed files with 1 additions and 1 deletions
|
|
@ -1281,7 +1281,7 @@ public:
|
|||
by the setFocusContainer() method). If the component isn't a focus
|
||||
container, then it will recursively ask its parents for a KeyboardFocusTraverser.
|
||||
|
||||
If you overrride this to return a custom KeyboardFocusTraverser, then
|
||||
If you override this to return a custom KeyboardFocusTraverser, then
|
||||
this component and all its sub-components will use the new object to
|
||||
make their focusing decisions.
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue