Skip to content

Commit

Permalink
fix(color): automatic switch and source selection in popup menus not …
Browse files Browse the repository at this point in the history
…working (#5582)
  • Loading branch information
philmoz authored Oct 4, 2024
1 parent e9430ec commit ea9c9cd
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions radio/src/gui/colorlcd/libui/modal_window.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,7 @@ ModalWindow::ModalWindow(bool closeWhenClickOutside) :
Window(MainWindow::instance(), {0, 0, LCD_W, LCD_H}, modal_create),
closeWhenClickOutside(closeWhenClickOutside)
{
setWindowFlag(OPAQUE);
Layer::push(this);
}

Expand Down

0 comments on commit ea9c9cd

Please sign in to comment.