Regenerate the background when reload_theme is pressed to prevent scaling issues (#181)

This commit is contained in:
Crystalwarrior 2020-07-07 01:46:22 +03:00 committed by GitHub
parent e827f560f3
commit c29fe7c7ba
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -4396,7 +4396,7 @@ void Courtroom::on_reload_theme_clicked()
text_state = 3; text_state = 3;
// to update status on the background // to update status on the background
set_background(current_background); set_background(current_background, true);
} }
void Courtroom::on_back_to_lobby_clicked() void Courtroom::on_back_to_lobby_clicked()