Removed the now unneeded reloading of log limits on theme reload.

This commit is contained in:
Cerapter 2018-07-30 18:58:23 +02:00
parent 95d521de9e
commit f77381864e

View File

@ -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);