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

BLF Menu lockup in certain circumstances #1337

Merged
merged 6 commits into from
Dec 22, 2023
Merged

BLF Menu lockup in certain circumstances #1337

merged 6 commits into from
Dec 22, 2023

Commits on Dec 21, 2023

  1. Various see comment

    - Remove "None" - it's redundant and causes issues
    - Fix menu lockup when scrolling, check if BLF is actually on before setting "blf_changing = true;" to negate needlessly locking the menu items. The artificial lockup on menu items is only needed when BLF is actually changing to avoid race conditions and pulling the display settings out of sync (causes flickering/bad previous state of RGB values, etc)
    XK9274 committed Dec 21, 2023
    Configuration menu
    Copy the full SHA
    ba6d2b4 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    02ffa4c View commit details
    Browse the repository at this point in the history
  3. Remove logic for "None" item

    XK9274 committed Dec 21, 2023
    Configuration menu
    Copy the full SHA
    f7c22ac View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    7d947cb View commit details
    Browse the repository at this point in the history
  5. 🎨 apply clang-format changes

    XK9274 authored and actions-user committed Dec 21, 2023
    Configuration menu
    Copy the full SHA
    9b2ae60 View commit details
    Browse the repository at this point in the history

Commits on Dec 22, 2023

  1. Configuration menu
    Copy the full SHA
    98aeb33 View commit details
    Browse the repository at this point in the history