mirror of
https://gitlab.freedesktop.org/plymouth/plymouth.git
synced 2026-05-08 12:28:12 +02:00
text: add view for new text displays
commit 74346ec268 tried to fix a case where views are
added after the text splash is shown. That commit inadvertently
removed the code that adds a view for a new text display.
This commit adds back the accidentaly excised line.
This commit is contained in:
parent
375a65fff6
commit
2c7147ad09
1 changed files with 2 additions and 0 deletions
|
|
@ -471,6 +471,8 @@ add_text_display (ply_boot_splash_plugin_t *plugin,
|
|||
(ply_text_display_draw_handler_t)
|
||||
on_draw, view);
|
||||
|
||||
ply_list_append_data (plugin->views, view);
|
||||
|
||||
if (plugin->is_animating)
|
||||
view_start_animation (view);
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue