Call layer_lock_set_user
from layer_lock_all_off
#41
Closed
doenietzomoeilijk
started this conversation in
Ideas
Replies: 2 comments
-
@doenietzomoeilijk thank you for catching this! You are exactly right, I just pushed a fix in commit fb307bd. Please pull or download again to get the latest. |
Beta Was this translation helpful? Give feedback.
0 replies
-
Excellent, thanks! |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Basically what it says on the tin.
I was using the various
..._user
callbacks to drive content on my OLED displays, but this didn't work for layer locks when I had a timeout set on them. The lock would get dropped, but the OLED wouldn't reflect the new situation.In my limited understanding of things, a simple
layer_lock_set_user(locked_layers);
after setting the locked_layers to 0 inlayer_lock_all_off
should also fire off that function when layers are dropped from the timer, is that correct?Beta Was this translation helpful? Give feedback.
All reactions