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

StatusBar drawn on menus #772

Closed
LeeroysHub opened this issue Oct 15, 2023 · 3 comments
Closed

StatusBar drawn on menus #772

LeeroysHub opened this issue Oct 15, 2023 · 3 comments
Labels
bug Something isn't working

Comments

@LeeroysHub
Copy link

Describe the bug.

If Clock is enabled on desktop, it draws on power menu and up arrow shortcut menu.

I added this code to gui.c to fix.

static void gui_redraw_status_bar(Gui* gui, bool need_attention) {
ViewPortArray_it_t it;
uint8_t left_used = 0;
uint8_t right_used = 0;
uint8_t left_slim_used = 0;
uint8_t right_slim_used = 0;
uint8_t top_used = 0;
uint8_t width;

//We dont want to draw the status bar if its hidden.
if(gui->hide_statusbar_count > 0) {
    return;
}

Reproduction

  1. Enable Clock
  2. Hold back t power off and view clock!

Target

No response

Logs

No response

Anything else?

No response

@LeeroysHub LeeroysHub added the bug Something isn't working label Oct 15, 2023
@RogueMaster
Copy link
Owner

Thank you! Will add

@Hellblocc600
Copy link

Hellblocc600 commented Oct 15, 2023 via email

Repository owner deleted a comment from LeeroysHub Oct 16, 2023
Repository owner deleted a comment from AC9DJ Oct 16, 2023
Repository owner deleted a comment from LeeroysHub Oct 16, 2023
@RogueMaster
Copy link
Owner

New BLE Spam app is in the latest RM build and coming to Public Release tonight!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

3 participants