From f77381864e64e0c21b8db838daa62bbab2b58dc4 Mon Sep 17 00:00:00 2001 From: Cerapter Date: Mon, 30 Jul 2018 18:58:23 +0200 Subject: [PATCH] Removed the now unneeded reloading of log limits on theme reload. --- courtroom.cpp | 3 --- 1 file changed, 3 deletions(-) diff --git a/courtroom.cpp b/courtroom.cpp index 8f8bc37..113a69a 100644 --- a/courtroom.cpp +++ b/courtroom.cpp @@ -2442,9 +2442,6 @@ void Courtroom::on_reload_theme_clicked() { ao_app->reload_theme(); - //Refresh IC chat limits. - ui_ic_chatlog->document()->setMaximumBlockCount(ao_app->get_max_log_size()); - //to update status on the background set_background(current_background); enter_courtroom(m_cid);