Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Relax constraints on who can change focus #1651

Merged
merged 1 commit into from
Mar 16, 2021
Merged

Relax constraints on who can change focus #1651

merged 1 commit into from
Mar 16, 2021

Commits on Mar 16, 2021

  1. Relax constraints on who can change focus

    Instead of just the focus widget this is now available to any of
    that widget's direct ancestors (such as a controller).
    
    This is needed for the new TextBox, since the widget with
    the logic (TextBox) is not the widget that necessarily
    has focus (the SharedComponent).
    cmyr committed Mar 16, 2021
    Configuration menu
    Copy the full SHA
    088300b View commit details
    Browse the repository at this point in the history