1
0
mirror of https://github.com/libretro/RetroArch synced 2024-07-08 12:15:49 +00:00

Show square sized widget on volume mute (#14884)

This commit is contained in:
sonninnos 2023-01-21 18:12:58 +02:00 committed by GitHub
parent 3b129e6098
commit 1060fcc913
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -175,7 +175,9 @@ static void gfx_widget_volume_frame(void* data, void *user_data)
video_width,
video_height,
0, 0,
state->widget_width,
(state->mute)
? state->widget_height
: state->widget_width,
state->widget_height,
video_width,
video_height,