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

Handle the case when application has no focus in ApplicationPartService #1890

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Commits on Jun 14, 2024

  1. Handle the case when application has no focus in ApplicationPartService

    Currently when the application has no focus there is also no active
    window child and in this case several actions still fail even though a
    part is available for perform actions.
    
    This now handles the case of an application without focus with an empty
    optional to allow fall back to the part context. If that context has
    still no suitable part service implementation as a last resort the
    containing window context is used.
    laeubi committed Jun 14, 2024
    Configuration menu
    Copy the full SHA
    97cdf28 View commit details
    Browse the repository at this point in the history