mirror of
https://github.com/portapack-mayhem/mayhem-firmware.git
synced 2025-01-09 15:23:37 +00:00
fix black bg of those bitmap when we have themes enabled (#2239)
This commit is contained in:
parent
87069f11e5
commit
31c844b48e
@ -1072,7 +1072,7 @@ ModalMessageView::ModalMessageView(
|
||||
}
|
||||
|
||||
void ModalMessageView::paint(Painter& painter) {
|
||||
if (!compact) portapack::display.drawBMP({100, 48}, modal_warning_bmp, false);
|
||||
if (!compact) portapack::display.drawBMP({100, 48}, modal_warning_bmp, true);
|
||||
|
||||
// Break lines.
|
||||
auto lines = split_string(message_, '\n');
|
||||
|
BIN
firmware/tools/decoded.png
Normal file
BIN
firmware/tools/decoded.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 108 B |
Loading…
x
Reference in New Issue
Block a user