mirror of
https://gitlab.freedesktop.org/plymouth/plymouth.git
synced 2026-05-07 13:08:07 +02:00
Merge branch 'correctalphavalue' into 'main'
two-step: Don't try to set use_black_background based on the ConsoleLogTextColor See merge request plymouth/plymouth!332
This commit is contained in:
commit
59c0e30e8f
1 changed files with 0 additions and 4 deletions
|
|
@ -1622,10 +1622,6 @@ draw_background (view_t *view,
|
|||
using_fw_background && plugin->dialog_clears_firmware_background)
|
||||
use_black_background = true;
|
||||
|
||||
if (plugin->should_show_console_messages && plugin->console_background_color == 0x00000000) {
|
||||
use_black_background = true;
|
||||
}
|
||||
|
||||
if (use_black_background)
|
||||
ply_pixel_buffer_fill_with_hex_color (pixel_buffer, &area, 0);
|
||||
else if (view->background_buffer != NULL)
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue