We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f565879 commit ca7231fCopy full SHA for ca7231f
1 file changed
menu/drivers/ozone.c
@@ -5222,6 +5222,10 @@ static void ozone_content_metadata_line(
5222
uint32_t color,
5223
uint8_t lines_count)
5224
{
5225
+ if (*y + (lines_count * (unsigned)ozone->fonts.footer.line_height)
5226
+ > video_height - ozone->dimensions.footer_height)
5227
+ return;
5228
+
5229
gfx_display_draw_text(
5230
ozone->fonts.footer.font,
5231
text,
0 commit comments