aboutsummaryrefslogtreecommitdiff
path: root/src/courtroom.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/courtroom.cpp')
-rw-r--r--src/courtroom.cpp3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/courtroom.cpp b/src/courtroom.cpp
index 6047cfa2..d8a48a61 100644
--- a/src/courtroom.cpp
+++ b/src/courtroom.cpp
@@ -725,8 +725,9 @@ void Courtroom::set_widgets()
log_margin = ao_app->get_log_margin();
log_timestamp = ao_app->get_log_timestamp();
log_timestamp_format = ao_app->get_log_timestamp_format();
- if (regenerate)
+ if (regenerate) {
regenerate_ic_chatlog();
+ }
set_size_and_pos(ui_ic_chatlog, "ic_chatlog");
ui_ic_chatlog->setFrameShape(QFrame::NoFrame);