aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorin1tiate <32779090+in1tiate@users.noreply.github.com>2021-04-19 00:45:11 -0500
committerGitHub <noreply@github.com>2021-04-19 00:45:11 -0500
commit9b8945f21ae08dc3fff59775d735573a60d9ec4f (patch)
treefc26ce4ac0fe6925e35cd4c9b7afed4d85e28e15
parenta5e1cc41733859e4d5aa79a56b3b0cc887b6fdb6 (diff)
Fix character-specific color list not being properly regenerated on a theme reload (#525)
-rw-r--r--src/courtroom.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/courtroom.cpp b/src/courtroom.cpp
index e5318b9c..7ea39df6 100644
--- a/src/courtroom.cpp
+++ b/src/courtroom.cpp
@@ -5258,6 +5258,7 @@ void Courtroom::on_reload_theme_clicked()
set_widgets();
update_character(m_cid);
enter_courtroom();
+ gen_char_rgb_list(ao_app->get_chat(current_char));
anim_state = 4;
text_state = 3;