From c29fe7c7ba234e1819f5b5fb566173b4a1831fa4 Mon Sep 17 00:00:00 2001 From: Crystalwarrior Date: Tue, 7 Jul 2020 01:46:22 +0300 Subject: [PATCH] Regenerate the background when reload_theme is pressed to prevent scaling issues (#181) --- src/courtroom.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/courtroom.cpp b/src/courtroom.cpp index 9920b3b..8f7e1b7 100644 --- a/src/courtroom.cpp +++ b/src/courtroom.cpp @@ -4396,7 +4396,7 @@ void Courtroom::on_reload_theme_clicked() text_state = 3; // to update status on the background - set_background(current_background); + set_background(current_background, true); } void Courtroom::on_back_to_lobby_clicked()