1
0
Fork 0
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:
ed 2018-01-08 08:48:35 +00:00
parent df35930a4f
commit 728f9b4664

View file

@ -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.