Regenerate the background when reload_theme is pressed to prevent scaling issues (#181)
This commit is contained in:
parent
e827f560f3
commit
c29fe7c7ba
@ -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()
|
||||
|
Loading…
Reference in New Issue
Block a user