Skip to content

Commit

Permalink
- fix keyboard focus traversal to first script component
Browse files Browse the repository at this point in the history
  • Loading branch information
Christoph Hart committed Feb 15, 2022
1 parent ee1b8fb commit cbdab1d
Showing 1 changed file with 2 additions and 0 deletions.
Expand Up @@ -60,6 +60,8 @@ ScriptContentComponent::ScriptContentComponent(ProcessorWithScriptingContent *p_

setInterceptsMouseClicks(false, true);

setWantsKeyboardFocus(true);

p->addDeleteListener(this);

p->addChangeListener(this);
Expand Down

0 comments on commit cbdab1d

Please sign in to comment.