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

Initialize Layer State on startup #8318

Merged
merged 4 commits into from
Jul 27, 2020

Commits on May 19, 2020

  1. Initialize Layer State on startup

    Right now, on startup, the default layer state gets called and set, triggering the callback functions for the default layer state. However, the normal layer state never actually gets initialized.  It's set to 0 directly, by default, but the callback functions are never actually called.  This creates some inconsistency in the behavior for end users.  This adds a simple "clear" that triggers the callback on startup.  This should produce more consisten behavior between the two functions and layer masks.
    drashna committed May 19, 2020
    Configuration menu
    Copy the full SHA
    930414e View commit details
    Browse the repository at this point in the history
  2. Stupid hack

    drashna committed May 19, 2020
    Configuration menu
    Copy the full SHA
    3b82ad8 View commit details
    Browse the repository at this point in the history
  3. Fix type casting?

    drashna committed May 19, 2020
    Configuration menu
    Copy the full SHA
    635f6b6 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    9f30a55 View commit details
    Browse the repository at this point in the history