summaryrefslogtreecommitdiff
path: root/quantum
diff options
context:
space:
mode:
authorDrashna Jaelre <drashna@live.com>2020-07-27 14:46:39 -0700
committerDrashna Jael're <drashna@live.com>2020-09-30 03:15:49 -0700
commit9d4cbcd81e0278786b3663a08d6a736fcbd705bf (patch)
tree9dbad622bc6b11554aabc93e227d88872fa725a9 /quantum
parent8190423aad0d1318c43a6ec10e459aeabe3af516 (diff)
Initialize Layer State on startup (#8318)
* 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. * Stupid hack * Fix type casting? * Fix compile issues with magic is disabled
Diffstat (limited to 'quantum')
0 files changed, 0 insertions, 0 deletions