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

fix bug #51664 - change GlobalAction to Action where appropriate. #859

Merged
merged 1 commit into from
Sep 14, 2017

Commits on Sep 14, 2017

  1. fix bug #51664 - change GlobalAction to Action where appropriate.

    The fixes are twofolds:
    
    - add GetAction/SetAction to alter Action property and add [Obsolete] on
      Action property.
    - Add PerformAccessibilityAction() / PerformAction() overloads that use
      Action instead.
    
    In the future we remove [Obsolete]d members so that we can bring back
    sanitized API.
    atsushieno committed Sep 14, 2017
    Configuration menu
    Copy the full SHA
    8abef01 View commit details
    Browse the repository at this point in the history