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

FeathersControl: Improve disabledAlpha property #177

Merged
merged 3 commits into from
Apr 26, 2024

Commits on Apr 26, 2024

  1. FeathersControl: Improve disabledAlpha property

    The disabledAlpha property should probably be able to be set after the enabled property while still taking effect. 
    
    This minimal change prevents any confusion in the event someone does happen to set this property after setting the enabled property, either intentionally or coincidentally.
    Dimensionscape authored Apr 26, 2024
    Configuration menu
    Copy the full SHA
    0dbd899 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    034af41 View commit details
    Browse the repository at this point in the history
  3. FeathersControl: disabledAlpha should use style instead of :style

    Because the macro isn't generating anything, and we're providing a manual implementation.
    joshtynjala authored Apr 26, 2024
    Configuration menu
    Copy the full SHA
    ba45ff2 View commit details
    Browse the repository at this point in the history