Fix character-specific color list not being properly regenerated on a theme reload (#525)

This commit is contained in:
in1tiate 2021-04-19 00:45:11 -05:00 committed by GitHub
parent a5e1cc4173
commit 9b8945f21a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -5258,6 +5258,7 @@ void Courtroom::on_reload_theme_clicked()
set_widgets(); set_widgets();
update_character(m_cid); update_character(m_cid);
enter_courtroom(); enter_courtroom();
gen_char_rgb_list(ao_app->get_chat(current_char));
anim_state = 4; anim_state = 4;
text_state = 3; text_state = 3;