mirror of
https://github.com/eried/portapack-mayhem.git
synced 2024-10-01 01:26:06 -04: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…
Reference in New Issue
Block a user